Remove the constants not used 47/12947/1
authorc00149107 <chenchuanyu@huawei.com>
Mon, 18 Sep 2017 01:43:19 +0000 (09:43 +0800)
committerc00149107 <chenchuanyu@huawei.com>
Mon, 18 Sep 2017 01:43:19 +0000 (09:43 +0800)
Remove the constants not used

Change-Id: Ic88c317168defe46bdd1691399ca71a01266e0b1
Issue-ID:SO-137
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
adapters/mso-vfc-adapter/src/main/java/org/openecomp/mso/adapters/vfc/constant/DriverExceptionID.java

index 652de97..a160b82 100644 (file)
@@ -17,6 +17,7 @@
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.openecomp.mso.adapters.vfc.constant;
 
 /**
@@ -30,12 +31,6 @@ package org.openecomp.mso.adapters.vfc.constant;
  */
 public class DriverExceptionID {
 
-    public static final String INVALID_PARAM = "Invalid parameter";
-
-    public static final String INTERNAL_ERROR = "Internal error";
-
-    public static final String FAILED_TO_SVCTMPL_CATALOGUE = "Failed to get service template from catalogue";
-
     public static final String INVALID_RESPONSE_FROM_INSTANTIATE_OPERATION =
             "Invalid response from instantiate operation";
 
@@ -45,8 +40,6 @@ public class DriverExceptionID {
 
     public static final String FAIL_TO_CREATE_NS = "Fail to create ns";
 
-    public static final String INVALID_RESPONSEE_FROM_DELETE_OPERATION = "Invalid response from delete operation";
-
     public static final String INVALID_RESPONSE_FROM_TERMINATE_OPERATION = "Invalid response from terminate operation";
 
     public static final String FAIL_TO_DELETE_NS = "Fail to delete ns";