Mechanical code cleanup (config)
[controller.git] / opendaylight / config / config-manager-facade-xml / src / main / java / org / opendaylight / controller / config / facade / xml / mapping / attributes / mapping / SimpleAttributeMappingStrategy.java
index 9acc4dd1f6b7f65d5f4852ae3eeb9a8f3893cbbc..5b9c2a2b2fcb05d39bc26e456b84c6237526acfb 100644 (file)
@@ -48,7 +48,7 @@ public class SimpleAttributeMappingStrategy extends AbstractAttributeMappingStra
     /**
      * Custom writer plugins must implement this interface.
      */
-    static interface WriterPlugin {
+    interface WriterPlugin {
         String writeObject(Object value);
     }