Author: batosai
Date: 2008-09-27 15:19:55 +0000 (Sat, 27 Sep 2008)
New Revision: 22858
Modified:
trunk/plugins/WoT/WoT.java
Log:
Removed ToDo. That call is needed as db4o does not call default constructor.
Modified: trunk/plugins/WoT/WoT.java
===================================================================
--- trunk/plugins/WoT/WoT.java 2008-09-27 15:18:57 UTC (rev 22857)
+++ trunk/plugins/WoT/WoT.java 2008-09-27 15:19:55 UTC (rev 22858)
@@ -95,7 +95,7 @@
else {
Logger.debug(this, "Loaded config");
config = result.next();
- config.initDefault(false); // TODO: Is the
default constructor always called by db4o? If yes, this line can be removed.
+ config.initDefault(false);
}
}
catch(Exception e) {