removed dead code 68/128268/1
authorsharath reddy <bs.reddy@huawei.com>
Mon, 4 Apr 2022 12:14:47 +0000 (17:44 +0530)
committersharath reddy <bs.reddy@huawei.com>
Mon, 4 Apr 2022 12:15:37 +0000 (17:45 +0530)
Issue-ID: CLI-439

report: tested weather-report, execution-list

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

framework/src/main/java/org/onap/cli/fw/error/OnapCommandProfileNotFound.java

index efc7b36..56a5859 100644 (file)
@@ -26,7 +26,6 @@ public class OnapCommandProfileNotFound extends OnapCommandException {
 
     private static final String ERROR_CODE = "0xc002";
 
-    private static final String ERROR_MSG = "Profile does not exist";
     /**
      * Profile does not exist.
      */