Author: j16sdiz
Date: 2008-12-19 14:40:31 +0000 (Fri, 19 Dec 2008)
New Revision: 24599

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
suppress findbugs warning

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-19 14:40:14 UTC (rev 
24598)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-19 14:40:31 UTC (rev 
24599)
@@ -495,7 +495,7 @@
                try { db.close(); } catch (Exception e) {}
        }
 
-       public void runPlugin(PluginRespirator pr){
+       public synchronized void runPlugin(PluginRespirator pr) {
                this.core = pr.getNode().clientCore;
 
                this.pageMaker = pr.getPageMaker();

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

Reply via email to