More netconf-topology module unit tests
[netconf.git] / netconf / netconf-topology / src / main / java / org / opendaylight / netconf / topology / impl / ClusteredNetconfTopology.java
index 76656b467435baa459a930e67705235b1f6970bf..1d440cc125f69d45016585673e630be2ae9437da 100644 (file)
@@ -192,7 +192,6 @@ public class ClusteredNetconfTopology extends AbstractNetconfTopology implements
         return ((TopologyMountPointFacade) activeConnectors.get(node).getFacade()).registerConnectionStatusListener(listener);
     }
 
-    @Override
     public Collection<ProviderFunctionality> getProviderFunctionality() {
         return Collections.emptySet();
     }