vgritsenko 2003/12/11 03:48:54
Modified: java/src/org/apache/xindice/client/xmldb/embed CollectionImpl.java java/src/org/apache/xindice/client/xmldb/managed ManagedDatabaseImpl.java Log: fix typo in javadoc Revision Changes Path 1.24 +2 -3 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.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- CollectionImpl.java 15 Aug 2003 06:22:56 -0000 1.23 +++ CollectionImpl.java 11 Dec 2003 11:48:54 -0000 1.24 @@ -526,7 +526,6 @@ /* see superclass for documentation */ public void removeCollection(String childName) throws XMLDBException { - checkOpen(); try { col.dropCollection(col.getCollection(childName)); 1.6 +4 -4 xml-xindice/java/src/org/apache/xindice/client/xmldb/managed/ManagedDatabaseImpl.java Index: ManagedDatabaseImpl.java =================================================================== RCS file: /home/cvs/xml-xindice/java/src/org/apache/xindice/client/xmldb/managed/ManagedDatabaseImpl.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ManagedDatabaseImpl.java 9 Aug 2003 02:44:23 -0000 1.5 +++ ManagedDatabaseImpl.java 11 Dec 2003 11:48:54 -0000 1.6 @@ -75,8 +75,8 @@ /** * The xindice-managed is a xindice client driver that requires third party code * to create the database within the constraints of the client classloader. Typically - * it is used in embebed environments where database creation is managed by third party - * code. + * it is used in embedded environments where database creation is managed by the third + * party code. * * The driver will look for a database with the name passed in the constructor. If the no * argument constructor is used then the name defaults to 'db' though this can be changed