added first version of configuraiton api and simple function test.
[xmlrouter] / impl / src / main / java / org / wamblee / xmlrouter / impl / ExtendedConfig.java
index 070a52a9dd201f2022982b9b128aa9ae0421bb48..232e54d66a8fa7a3dffbb8d2e766893076a4108a 100644 (file)
@@ -19,7 +19,4 @@ import org.wamblee.xmlrouter.config.Config;
 
 public interface ExtendedConfig<T> extends Config<T> {
 
-    boolean isDirty();
-
-    void resetDirty();
 }