Remove deprecated controller.sal.core.api interfaces
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight / controller / sal / dom / broker / osgi / SchemaServiceProxy.java
index d8d2346a8cfa42a89685a2dc12552920aea59664..330caa932bcce559cc1326e9a13eee2e8d90c0af 100644 (file)
@@ -42,7 +42,8 @@ public class SchemaServiceProxy extends AbstractBrokerServiceProxy<SchemaService
 
     @Override
     public ListenerRegistration<SchemaContextListener> registerSchemaContextListener(SchemaContextListener listener) {
-        ListenerRegistration<SchemaContextListener> registration = getDelegate().registerSchemaContextListener(listener);
+        ListenerRegistration<SchemaContextListener> registration = getDelegate()
+                .registerSchemaContextListener(listener);
         addRegistration(registration);
         return registration;
     }