Reallocate Constructor call 03/85903/1
authorSindhuri.A <arcot.sindhuri@huawei.com>
Sun, 21 Apr 2019 07:57:53 +0000 (13:27 +0530)
committerSindhuri.A <arcot.sindhuri@huawei.com>
Sun, 21 Apr 2019 07:57:53 +0000 (13:27 +0530)
Reallocate Constructor call api handler common Constants class

Issue-ID: SO-1490

Change-Id: I07ec6ca98019860105361f622a792abdf726f30b
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandlerinfra/Constants.java

index 0bbc3e3..7cf2046 100644 (file)
@@ -23,8 +23,6 @@ package org.onap.so.apihandlerinfra;
 
 public class Constants {
 
-    private Constants() {}
-
     public static final String REQUEST_ID_PATH = "/{request-id}";
 
     public static final String STATUS_SUCCESS = "SUCCESS";
@@ -50,4 +48,6 @@ public class Constants {
     public final static String SERVICE_INSTANTIATION_PATH = "/serviceInstantiation";
     public final static String ORCHESTRATION_REQUESTS_PATH = "/orchestrationRequests";
 
+    private Constants() {}
+
 }