X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fsal-netconf-connector%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fsal%2Fconnect%2Fnetconf%2Fsal%2FNetconfKeystoreAdapter.java;h=b1d707f7081833e16c130052a1b315a7a83e6b9b;hb=ded048d530e879ff454d374608142541ab21121e;hp=f9cd8990928fbb633ff21467a99d719c43957b17;hpb=04467f3b89c536d611c54c1ecd6a8da24eb6beef;p=netconf.git diff --git a/netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/sal/NetconfKeystoreAdapter.java b/netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/sal/NetconfKeystoreAdapter.java index f9cd899092..b1d707f708 100644 --- a/netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/sal/NetconfKeystoreAdapter.java +++ b/netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/sal/NetconfKeystoreAdapter.java @@ -159,7 +159,6 @@ public class NetconfKeystoreAdapter implements ClusteredDataTreeChangeListener pairs.put(pair.key().getKeyId(), pair)); } - break; } else if (changedChild.getDataType().equals(PrivateKey.class)) { onPrivateKeyChanged((DataObjectModification)changedChild);