X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fyang-store-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconfig%2Fyang%2Fstore%2Fimpl%2FYangStoreSnapshotImpl.java;fp=opendaylight%2Fconfig%2Fyang-store-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconfig%2Fyang%2Fstore%2Fimpl%2FYangStoreSnapshotImpl.java;h=d5936c28aebfb8b8a9e204ced8e5416590601e5d;hp=7a5ca7debe8c3d4379e1c03812afcabac3ee1390;hb=7ec7467c79427f2ce261642920d373894dd4fe83;hpb=1d86c5cf27410934076c10eaa74f4bab4418215c diff --git a/opendaylight/config/yang-store-impl/src/main/java/org/opendaylight/controller/config/yang/store/impl/YangStoreSnapshotImpl.java b/opendaylight/config/yang-store-impl/src/main/java/org/opendaylight/controller/config/yang/store/impl/YangStoreSnapshotImpl.java index 7a5ca7debe..d5936c28ae 100644 --- a/opendaylight/config/yang-store-impl/src/main/java/org/opendaylight/controller/config/yang/store/impl/YangStoreSnapshotImpl.java +++ b/opendaylight/config/yang-store-impl/src/main/java/org/opendaylight/controller/config/yang/store/impl/YangStoreSnapshotImpl.java @@ -29,9 +29,9 @@ public class YangStoreSnapshotImpl implements YangStoreSnapshot { this.moduleMap = Collections.unmodifiableMap(moduleMap); } - public YangStoreSnapshotImpl(YangStoreSnapshotImpl yangStoreSnapshot) { - this.moduleMXBeanEntryMap = yangStoreSnapshot.moduleMXBeanEntryMap; - this.moduleMap = yangStoreSnapshot.moduleMap; + public YangStoreSnapshotImpl(YangStoreSnapshot yangStoreSnapshot) { + this.moduleMXBeanEntryMap = yangStoreSnapshot.getModuleMXBeanEntryMap(); + this.moduleMap = yangStoreSnapshot.getModuleMap(); } @Override