Bump upstreams to SNAPSHOTs
[netconf.git] / netconf / sal-netconf-connector / src / main / java / org / opendaylight / netconf / sal / connect / netconf / sal / NetconfKeystoreAdapter.java
index 0fbdc69505f636214be4d71589303c78bf2cec56..789295365851ad1d60c87cfaa841e4f6cddf06ce 100644 (file)
@@ -45,8 +45,7 @@ import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-public class NetconfKeystoreAdapter implements ClusteredDataTreeChangeListener<Keystore> {
-
+public final class NetconfKeystoreAdapter implements ClusteredDataTreeChangeListener<Keystore> {
     private static final Logger LOG = LoggerFactory.getLogger(NetconfKeystoreAdapter.class);
 
     private final InstanceIdentifier<Keystore> keystoreIid = InstanceIdentifier.create(Keystore.class);