Update to MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / sal / binding / impl / RpcServiceRegistrationImpl.xtend
index 5b31b5f50df5c42ebc8288613268fee03c14d457..31694719bb41313c6df2d378593698f1ac340765 100644 (file)
@@ -26,8 +26,12 @@ class RpcServiceRegistrationImpl<T extends RpcService> implements RpcRegistratio
     override getService() {
         this.service
     }
+    
+    override getInstance() {
+        this.service
+    }
 
-    override unregister() {
+    override close() {
         throw new UnsupportedOperationException("TODO: auto-generated method stub")
     }
 }