Issue-ID: CLI-439
report: tested weather-report, execution-list
Signed-off-by: sharath reddy <bs.reddy@huawei.com>
Change-Id: I6762dd800659648ed84e79deb07a69d979d4cf83
 
          Map<String, OnapCommandParamEntity> map = new HashMap<>();
 
-         for (OnapCommandParamEntity paramsExisting : cache.getInstance().loadParamFromCache(profile)) {
+         for (OnapCommandParamEntity paramsExisting : OnapCommandProfileStore.getInstance().loadParamFromCache(profile)) {
              map.put(paramsExisting.getProduct() + ":" + paramsExisting.getName(), paramsExisting);
          }