You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by ke...@apache.org on 2003/07/10 16:32:28 UTC

cvs commit: xml-xindice/java/src/org/apache/xindice/client/xmldb/embed CollectionImpl.java

kevinross    2003/07/10 07:32:28

  Modified:    java/src/org/apache/xindice/client/xmldb/embed
                        CollectionImpl.java
  Log:
  PR: 21461
  Patch Submitted by: Kevin O'Neill (kevin@rocketred.com.au)
  Reviewed by: Kevin Ross
  
  javadoc fix
  
  Revision  Changes    Path
  1.12      +2 -2      xml-xindice/java/src/org/apache/xindice/client/xmldb/embed/CollectionImpl.java
  
  Index: CollectionImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/src/org/apache/xindice/client/xmldb/embed/CollectionImpl.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- CollectionImpl.java	3 Jun 2003 02:18:56 -0000	1.11
  +++ CollectionImpl.java	10 Jul 2003 14:32:28 -0000	1.12
  @@ -86,7 +86,7 @@
   
   /**
    * Implementation of XML:DB's <code>Collection</code> interface using
  - * XML-RPC to interact with database server
  + * direct access to interact with database server
    *
    * @author <a href="mailto:james.bates@amplexor.com">James Bates</a>
    * @author <a href="mailto:kstaken@xmldatabases.org">Kimbro Staken</a>