Mechanical code cleanup (config)
[controller.git] / opendaylight / config / config-manager-facade-xml / src / main / java / org / opendaylight / controller / config / facade / xml / mapping / config / Config.java
index 9bee7a10854beeea35bf07a10b17a89256fba65e..30726db82e4d039a894cff349dc590335b0ade8b 100644 (file)
@@ -293,7 +293,7 @@ public class Config {
     }
 
     private interface ResolvingStrategy<T> {
-        public T resolveElement(ModuleConfig moduleMapping, XmlElement moduleElement, ServiceRegistryWrapper serviceTracker,
-                                String instanceName, String moduleNamespace, EditStrategyType defaultStrategy) throws DocumentedException;
+        T resolveElement(ModuleConfig moduleMapping, XmlElement moduleElement, ServiceRegistryWrapper serviceTracker,
+                String instanceName, String moduleNamespace, EditStrategyType defaultStrategy) throws DocumentedException;
     }
 }