removed block of commented-out lines of code 44/128244/1
authorsharath reddy <bs.reddy@huawei.com>
Fri, 1 Apr 2022 08:00:31 +0000 (13:30 +0530)
committersharath reddy <bs.reddy@huawei.com>
Fri, 1 Apr 2022 08:01:02 +0000 (13:31 +0530)
Issue-ID: CLI-439

report: tested weather-report

Signed-off-by: sharath reddy <bs.reddy@huawei.com>
Change-Id: I2ae7d3f1f8c9e1bdbf5ff95b00cd8d8a8487b9e4

framework/src/main/java/org/onap/cli/fw/store/OnapCommandProfileStore.java

index 5cbdf86..7365447 100644 (file)
@@ -73,7 +73,6 @@ public class OnapCommandProfileStore {
             single = new OnapCommandProfileStore();
         }
 
-        //single.load();
         return single;
     }
 
@@ -190,8 +189,6 @@ public class OnapCommandProfileStore {
                 OnapCommandParamEntity[] list = gson.fromJson(jsonReader,
                         OnapCommandParamEntity[].class);
                 params.addAll(Arrays.asList(list));
-//            } else {
-//                throw new OnapCommandProfileNotFound(profileName);
             } catch (Exception e) { // NOSONAR
                 throw new OnapCommandProfileLoadFailed(e);
             }