Author: j16sdiz
Date: 2008-12-22 16:03:41 +0000 (Mon, 22 Dec 2008)
New Revision: 24746

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
doh

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-22 14:08:41 UTC (rev 
24745)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-22 16:03:41 UTC (rev 
24746)
@@ -513,7 +513,7 @@
                try { callbackExecutor.awaitTermination(15, TimeUnit.SECONDS); 
} catch (InterruptedException e) {}
                try { db.close(); } catch (Exception e) {}
                synchronized (this) {
-                       cachedTerm.clear();
+                       termCache.clear();
                }
        }
 

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to