X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Fimpl%2Fosgi%2FNetconfOperationServiceFactoryListenerImpl.java;h=63cd0baf347f8821a2f639cac5fca55cf4eae774;hp=28bc2da778fc5028ca225f3a165e730cc3346e21;hb=7f0272398ce3dab7ceddd998c7bb510df3b28838;hpb=8f4996a3a1d486d83907c656a6c5390686c360a1 diff --git a/opendaylight/netconf/netconf-impl/src/main/java/org/opendaylight/controller/netconf/impl/osgi/NetconfOperationServiceFactoryListenerImpl.java b/opendaylight/netconf/netconf-impl/src/main/java/org/opendaylight/controller/netconf/impl/osgi/NetconfOperationServiceFactoryListenerImpl.java index 28bc2da778..63cd0baf34 100644 --- a/opendaylight/netconf/netconf-impl/src/main/java/org/opendaylight/controller/netconf/impl/osgi/NetconfOperationServiceFactoryListenerImpl.java +++ b/opendaylight/netconf/netconf-impl/src/main/java/org/opendaylight/controller/netconf/impl/osgi/NetconfOperationServiceFactoryListenerImpl.java @@ -28,7 +28,7 @@ public class NetconfOperationServiceFactoryListenerImpl implements NetconfOperat } @Override - public synchronized NetconfOperationServiceSnapshotImpl getSnapshot(String sessionIdForReporting) { + public synchronized NetconfOperationServiceSnapshotImpl openSnapshot(String sessionIdForReporting) { return new NetconfOperationServiceSnapshotImpl(allFactories, sessionIdForReporting); }