Config no longer implements Identifiable because this was in violation of the contrac...
[xmlrouter] / impl / src / main / java / org / wamblee / xmlrouter / impl / ExtendedConfig.java
index 2c1b781f6381fddf3781bac348ab671ad6113a5f..5fa8f03dffdad4261d13baf6e6f5005e802c9fba 100644 (file)
@@ -15,7 +15,6 @@
  */
 package org.wamblee.xmlrouter.impl;
 
-import org.wamblee.xmlrouter.config.Config;
 import org.wamblee.xmlrouter.config.Identifiable;
 
 public interface ExtendedConfig<T extends Identifiable<T>> extends Config<T> {