Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / netconf / netconf-api / src / main / java / org / opendaylight / netconf / api / util / NetconfConstants.java
index e3ffdd0ae5e213ad7919489d44b50896c261fc99..3abeeea40c4e0a68f00ebd29e8f8d6ccf3533353 100644 (file)
@@ -27,4 +27,8 @@ public final class NetconfConstants {
 
     public static final Set<String> CONFIG_SERVICE_MARKERS = Sets.newHashSet(SERVICE_NAME, CONFIG_NETCONF_CONNECTOR,
             NETCONF_MONITORING, NETCONF_NOTIFICATION);
+
+    private NetconfConstants() {
+
+    }
 }