vgritsenko 2004/01/07 19:15:29
Modified: java/src/org/apache/xindice/client/xmldb
ResourceSetImpl.java
java/src/org/apache/xindice/client/xmldb/resources
XMLResourceImpl.java
Log:
javadoc
Revision Changes Path
1.12 +2 -3
xml-xindice/java/src/org/apache/xindice/client/xmldb/ResourceSetImpl.java
Index: ResourceSetImpl.java
===================================================================
RCS file:
/home/cvs/xml-xindice/java/src/org/apache/xindice/client/xmldb/ResourceSetImpl.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ResourceSetImpl.java 22 Dec 2003 14:06:26 -0000 1.11
+++ ResourceSetImpl.java 8 Jan 2004 03:15:29 -0000 1.12
@@ -257,7 +257,6 @@
XMLResource result = new XMLResourceImpl(null, null,
collection,
TextWriter.toString(doc));
-
return result;
}
}
1.19 +3 -3
xml-xindice/java/src/org/apache/xindice/client/xmldb/resources/XMLResourceImpl.java
Index: XMLResourceImpl.java
===================================================================
RCS file:
/home/cvs/xml-xindice/java/src/org/apache/xindice/client/xmldb/resources/XMLResourceImpl.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- XMLResourceImpl.java 24 Dec 2003 02:31:20 -0000 1.18
+++ XMLResourceImpl.java 8 Jan 2004 03:15:29 -0000 1.19
@@ -273,7 +273,7 @@
/**
* Sets the Content attribute of the XMLResourceImpl object. The value
being
- * set must be well formed XML text.
+ * set must be String object containing well formed XML text.
*
* @param value The new Content value
* @exception XMLDBException