vgritsenko    2004/01/28 06:22:32

  Modified:    java/src/org/apache/xindice/client/xmldb/xmlrpc
                        DatabaseImpl.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.19      +5 -5      
xml-xindice/java/src/org/apache/xindice/client/xmldb/xmlrpc/DatabaseImpl.java
  
  Index: DatabaseImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xindice/java/src/org/apache/xindice/client/xmldb/xmlrpc/DatabaseImpl.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- DatabaseImpl.java 22 Jan 2004 03:23:37 -0000      1.18
  +++ DatabaseImpl.java 28 Jan 2004 14:22:25 -0000      1.19
  @@ -84,12 +84,12 @@
       private static final Log log = LogFactory.getLog(DatabaseImpl.class);
   
       /**
  -     * Property name for the xml-rpc service location.
  +     * Driver property name for the xml-rpc service location.
        */
       private static final String PROP_SERVICE_LOCATION = "service-location";
   
       /**
  -     * Property name for the SAX parser xml-rpc will use.
  +     * Driver property name for the SAX parser xml-rpc will use.
        */
       private static final String PROP_XMLRPC_DRIVER = "xmlrpc-driver";
   
  @@ -105,7 +105,7 @@
       private static final String SYSPROP_XMLRPC_DRIVER = 
"xindice.xmlrpc.driver";
   
       /**
  -     *  Default value of the xmlrpc-driver property
  +     * Default value of the xmlrpc-driver property
        */
       private static final String DEFAULT_XMLRPC_DRIVER = "xerces";
   
  
  
  

Reply via email to