dmitri 2002/10/12 19:59:51
Modified: jxpath/src/test/org/apache/commons/jxpath TestFactory.java
Log:
Updated comment
Revision Changes Path
1.6 +5 -6
jakarta-commons/jxpath/src/test/org/apache/commons/jxpath/TestFactory.java
Index: TestFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/jxpath/src/test/org/apache/commons/jxpath/TestFactory.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- TestFactory.java 26 Aug 2002 22:33:10 -0000 1.5
+++ TestFactory.java 13 Oct 2002 02:59:51 -0000 1.6
@@ -76,8 +76,7 @@
/**
* Create a new instance and put it in the collection on the parent object.
- * Return the created object or <b>null</b> if this factory cannot create
- * the requested object.
+ * Return <b>false</b> if this factory cannot create the requested object.
*/
public boolean createObject(JXPathContext context, Pointer pointer, Object
parent, String name, int index){
if (name.equals("testArray")){
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>