more TODOs in the code.
[xmlrouter] / config / src / main / java / org / wamblee / xmlrouter / config / Config.java
index 39ecfaefe0c179ab3a5aecc13fecbf94f356a661..b12210b1b841a5ac52af7dec6cdcd9a1607eea67 100644 (file)
@@ -30,6 +30,8 @@ import org.wamblee.xmlrouter.common.Id;
  */
 public interface Config<T> extends Identifiable<Config> {
 
+    // TODO define what happens when there is a duplicate item.
+
     /**
      * Adds an item. No item with the same id may exist.
      *