Merge "Bug 1308 - Unable to publish NodeUpdated message via NotificationService"
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / main / java / org / opendaylight / controller / config / yang / config / remote_rpc_connector / RemoteRPCBrokerModule.java
index 8315bbeeb33b8beef8101c4c820ebd63a4ae1f21..2be8ba47b99f9881304f58eeee3dede71497821c 100644 (file)
@@ -25,7 +25,7 @@ public class RemoteRPCBrokerModule extends org.opendaylight.controller.config.ya
     return RemoteRpcProviderFactory.createInstance(broker, bundleContext);
   }
 
-  public void setBundleContext(final BundleContext bundleContext) {
+  public void setBundleContext(BundleContext bundleContext) {
     this.bundleContext = bundleContext;
   }
 }