Bug 5679 - implement ietf-restconf-monitoring - cleanup
[netconf.git] / restconf / sal-rest-connector / src / test / java / org / opendaylight / controller / sal / restconf / impl / test / BrokerFacadeTest.java
index 35c6e1de33c609f56312c5416dac7f19362e4b37..8a11fa9c12bf0a3a78786d672e3f4d6a27e6731b 100644 (file)
@@ -366,7 +366,7 @@ public class BrokerFacadeTest {
         listener.setCloseVars(transactionChainHandler, schemaHandler);
         // close and remove test notification listener
         listener.close();
-        Notificator.removeNotificationListenerIfNoSubscriberExists(listener);
+        Notificator.removeListenerIfNoSubscriberExists(listener);
     }
 
     /**