vgritsenko 2004/02/21 05:48:23
Modified: java/src/org/apache/xindice/core/indexer IndexManager.java
java/src/org/apache/xindice/core Database.java
Log:
cleanup
Revision Changes Path
1.30 +2 -3
xml-xindice/java/src/org/apache/xindice/core/indexer/IndexManager.java
Index: IndexManager.java
===================================================================
RCS file:
/home/cvs/xml-xindice/java/src/org/apache/xindice/core/indexer/IndexManager.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- IndexManager.java 21 Feb 2004 04:11:14 -0000 1.29
+++ IndexManager.java 21 Feb 2004 13:48:23 -0000 1.30
@@ -30,7 +30,6 @@
import org.apache.xindice.util.ObjectStack;
import org.apache.xindice.util.SimpleConfigurable;
import org.apache.xindice.util.XindiceException;
-import org.apache.xindice.util.ReadOnlyException;
import org.apache.xindice.xml.SymbolTable;
import org.apache.xindice.xml.sax.CompressionHandler;
import org.apache.xindice.xml.sax.SAXEventGenerator;
1.40 +2 -4
xml-xindice/java/src/org/apache/xindice/core/Database.java
Index: Database.java
===================================================================
RCS file:
/home/cvs/xml-xindice/java/src/org/apache/xindice/core/Database.java,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- Database.java 20 Feb 2004 13:45:05 -0000 1.39
+++ Database.java 21 Feb 2004 13:48:23 -0000 1.40
@@ -145,8 +145,6 @@
flushConfig();
super.close();
- // TODO: Close? Collections / Filers / Indexers?
-
synchronized (databases) {
databases.remove(getName());
}