Author: xor
Date: 2008-11-07 22:37:11 +0000 (Fri, 07 Nov 2008)
New Revision: 23395
Modified:
trunk/plugins/WoT/WoT.java
Log:
Add FIXME.
Modified: trunk/plugins/WoT/WoT.java
===================================================================
--- trunk/plugins/WoT/WoT.java 2008-11-07 22:33:34 UTC (rev 23394)
+++ trunk/plugins/WoT/WoT.java 2008-11-07 22:37:11 UTC (rev 23395)
@@ -128,6 +128,7 @@
db.commit();
db.close();
fetcher.stop(); // Do this after cleanly closing the database,
as it sometimes locks
+ /* FIXME: why does that happen? */
}
public String handleHTTPGet(HTTPRequest request) throws
PluginHTTPException {