vgritsenko 2003/08/08 18:51:26
Modified: java/src/org/apache/xindice/client/xmldb DatabaseImpl.java
Log:
more javadoc tweaks
Revision Changes Path
1.21 +5 -5
xml-xindice/java/src/org/apache/xindice/client/xmldb/DatabaseImpl.java
Index: DatabaseImpl.java
===================================================================
RCS file:
/home/cvs/xml-xindice/java/src/org/apache/xindice/client/xmldb/DatabaseImpl.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- DatabaseImpl.java 9 Aug 2003 01:43:37 -0000 1.20
+++ DatabaseImpl.java 9 Aug 2003 01:51:26 -0000 1.21
@@ -71,12 +71,12 @@
* point into the Xindice server but is not intended for direct use by users.
* Users access it indirectly through the XML:DB DatabaseManager
implementation.
*
- *
+ * <p>
* This API is an implementation of the XML:DB API. More information on this
API
* can be found by looking at
* <a
href="http://www.xmldb.org/xapi/index.html">http://www.xmldb.org/xapi/index.html</a>
- * <p />
*
+ * <p>
* This implementation simply acts as a proxy for the protocol specific API
implementations.
*
* @version CVS $Revision$, $Date$
@@ -102,7 +102,7 @@
public static String INSTANCE_NAME = "xindice, xindice-embed,
xindice-managed";
/**
- * The XML:DB API Core Level Conformance of this implementation.
+ * The XML:DB API Core Level Conformance of this implementation.
*/
public static String CONFORMANCE_LEVEL = "0";