X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-util%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Futil%2Fxml%2FXmlNetconfConstants.java;h=4a6586cd1d8bf8ee0e9e4cbef66e62048cf1e5e6;hb=8f15fef884bc20239625850c4a2fcdaf36395526;hp=c410cf30b0abd00290bbc178c5ea3c9cbc7c0a21;hpb=38dbf4451a20bee38ccb5a9c685dcf9fa9d6fb33;p=controller.git diff --git a/opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/xml/XmlNetconfConstants.java b/opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/xml/XmlNetconfConstants.java index c410cf30b0..4a6586cd1d 100644 --- a/opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/xml/XmlNetconfConstants.java +++ b/opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/xml/XmlNetconfConstants.java @@ -7,7 +7,9 @@ */ package org.opendaylight.controller.netconf.util.xml; -public class XmlNetconfConstants { +public final class XmlNetconfConstants { + + private XmlNetconfConstants() {} public static final String MOUNTPOINTS = "mountpoints"; public static final String MOUNTPOINT = "mountpoint";