X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-dom-broker%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fdom%2Fbroker%2Fosgi%2FSchemaServiceProxy.java;h=330caa932bcce559cc1326e9a13eee2e8d90c0af;hp=d8d2346a8cfa42a89685a2dc12552920aea59664;hb=178d7d60449f221af2615c361bd4fefbe338c613;hpb=8e42b08cb626a60919c145b2a46d94114c3905d6 diff --git a/opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/sal/dom/broker/osgi/SchemaServiceProxy.java b/opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/sal/dom/broker/osgi/SchemaServiceProxy.java index d8d2346a8c..330caa932b 100644 --- a/opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/sal/dom/broker/osgi/SchemaServiceProxy.java +++ b/opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/sal/dom/broker/osgi/SchemaServiceProxy.java @@ -42,7 +42,8 @@ public class SchemaServiceProxy extends AbstractBrokerServiceProxy registerSchemaContextListener(SchemaContextListener listener) { - ListenerRegistration registration = getDelegate().registerSchemaContextListener(listener); + ListenerRegistration registration = getDelegate() + .registerSchemaContextListener(listener); addRegistration(registration); return registration; }