Author: j16sdiz
Date: 2008-12-17 06:33:25 +0000 (Wed, 17 Dec 2008)
New Revision: 24416

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
synchronization fix

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-17 06:17:15 UTC (rev 
24415)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-17 06:33:25 UTC (rev 
24416)
@@ -393,7 +393,6 @@
                page.status = Status.SUCCEEDED; // Content filter may throw, 
but we mark it as success anyway
 
                try {
-                       synchronized (page) {
                                // Page may be refetched if added manually
                                // Delete existing TermPosition
                                Query query = db.query();
@@ -429,7 +428,6 @@
                                } finally {
                                        data.free();
                                }
-                       }
                } finally {
                        synchronized (this) {
                                runningFetch.remove(page);

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

Reply via email to