RobustIdentifiable implemented and tested + test impacts.
[xmlrouter] / config / src / main / java / org / wamblee / xmlrouter / config / Config.java
index e825f9fc1d29b3bf77c9e673e5ea6c91f992eb2c..17c0c4123255acb198018268dcaee089d4378c46 100644 (file)
@@ -34,7 +34,7 @@ public interface Config<T extends Identifiable> extends Identifiable<Config> {
      * 
      * @param aT
      *            item
-     * @throws DuplicateException
+     * @throws ConfigException
      *             In case an object with the same id already exists.
      */
     void add(T aT);