CompositeConfig tested.
[xmlrouter] / impl / src / test / java / org / wamblee / xmlrouter / impl / ConfigImplTest.java
index 781a53acab9c3ef7a3e3fc051bc3fe5fff73f14d..044cb1f32f9240a00da2a2347d7e518ae13015df 100644 (file)
@@ -30,7 +30,7 @@ public class ConfigImplTest {
 
     private static final String CONFIG_TYPE = "transformation";
 
-    private static interface MyType extends Identifiable {
+    private static interface MyType extends Identifiable<MyType> {
 
     }