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=6c55c35e25b44716e1f930007f77d9c90f238e56;hp=28bc2da778fc5028ca225f3a165e730cc3346e21;hb=18126649bba1cda7b589a4f23b96211562f9e008;hpb=b66923141fce710094cb8e61bf794f9f0e678f50 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..6c55c35e25 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 @@ -7,11 +7,10 @@ */ package org.opendaylight.controller.netconf.impl.osgi; -import org.opendaylight.controller.netconf.mapping.api.NetconfOperationProvider; -import org.opendaylight.controller.netconf.mapping.api.NetconfOperationServiceFactory; - import java.util.HashSet; import java.util.Set; +import org.opendaylight.controller.netconf.mapping.api.NetconfOperationProvider; +import org.opendaylight.controller.netconf.mapping.api.NetconfOperationServiceFactory; public class NetconfOperationServiceFactoryListenerImpl implements NetconfOperationServiceFactoryListener, NetconfOperationProvider { @@ -28,7 +27,7 @@ public class NetconfOperationServiceFactoryListenerImpl implements NetconfOperat } @Override - public synchronized NetconfOperationServiceSnapshotImpl getSnapshot(String sessionIdForReporting) { + public synchronized NetconfOperationServiceSnapshotImpl openSnapshot(String sessionIdForReporting) { return new NetconfOperationServiceSnapshotImpl(allFactories, sessionIdForReporting); }