equality based on the ids of the contents of SingleRouterConfig.
[xmlrouter] / config / src / main / java / org / wamblee / xmlrouter / config / Config.java
index 17c0c4123255acb198018268dcaee089d4378c46..baa4c8b4d72d0f6d2c38bba418ba7f354882721c 100644 (file)
@@ -15,7 +15,7 @@
  */
 package org.wamblee.xmlrouter.config;
 
-import java.util.List;
+import java.util.Collection;
 
 import org.wamblee.xmlrouter.common.Id;
 
@@ -51,5 +51,5 @@ public interface Config<T extends Identifiable> extends Identifiable<Config> {
     /**
      * @return All available items.
      */
-    List<T> values();
+    Collection<T> values();
 }
\ No newline at end of file