Fix config-netconf-connector needed for interacting with yuma's yangcli.
[controller.git] / opendaylight / config / yang-store-impl / src / main / java / org / opendaylight / controller / config / yang / store / impl / YangStoreSnapshotImpl.java
index d5936c28aebfb8b8a9e204ced8e5416590601e5d..ea709e1a45cd9d39d6447b72bc06affe2a744a76 100644 (file)
@@ -34,6 +34,10 @@ public class YangStoreSnapshotImpl implements YangStoreSnapshot {
         this.moduleMap = yangStoreSnapshot.getModuleMap();
     }
 
+    /**
+     * @return all loaded config modules. Key of outer map is namespace of yang file.
+     * Key of inner map is name of module entry. Value is module entry.
+     */
     @Override
     public Map<String, Map<String, ModuleMXBeanEntry>> getModuleMXBeanEntryMap() {
         return moduleMXBeanEntryMap;