vgritsenko 2004/01/28 06:11:45
Modified: java/src/org/apache/xindice/server Xindice.java
Log:
javadoc
Revision Changes Path
1.17 +3 -5
xml-xindice/java/src/org/apache/xindice/server/Xindice.java
Index: Xindice.java
===================================================================
RCS file:
/home/cvs/xml-xindice/java/src/org/apache/xindice/server/Xindice.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Xindice.java 1 Jan 2004 21:46:41 -0000 1.16
+++ Xindice.java 28 Jan 2004 14:11:36 -0000 1.17
@@ -66,8 +66,6 @@
*/
public interface Xindice {
- // Global Property Information
-
/**
* System property specyfying location of the Xindice installation.
* Used by the tools to locate configuration files and libraries.
@@ -81,7 +79,7 @@
public static final String PROP_XINDICE_DB_HOME = "xindice.db.home";
/**
- *
+ * System property specyfying location of the Xindice configuration file
(system.xml).
*/
public static final String PROP_XINDICE_CONFIGURATION =
"xindice.configuration";