Author: batosai
Date: 2008-09-18 20:12:33 +0000 (Thu, 18 Sep 2008)
New Revision: 22693
Modified:
trunk/plugins/WoT/Config.java
Log:
Comment
Modified: trunk/plugins/WoT/Config.java
===================================================================
--- trunk/plugins/WoT/Config.java 2008-09-18 18:53:17 UTC (rev 22692)
+++ trunk/plugins/WoT/Config.java 2008-09-18 20:12:33 UTC (rev 22693)
@@ -27,6 +27,10 @@
* @param db The database where the configuration is stored.
*/
public Config(ObjectContainer db) {
+
+ // TODO Refactor this : the database shouldn't try to store its
own reference
+ // The ObjectContainer should be passed to set/get/... methodes
+
this.db = db;
if(params == null) {
params = new HashMap<String, String>();