commit | 20a4e8a943a3b776b89d78e05fff78561cc6b142 | [log] [tgz] |
---|---|---|
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | Sun Apr 21 16:58:21 2019 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Sun Apr 21 16:58:21 2019 +0000 |
tree | ff9d5713dc00c3bddc22ae35e774408388e74732 | |
parent | 9b11ba0c48d2c9440675f0794be36e50f7f8ff0b [diff] | |
parent | 8bcc5ceefa301cd5a11257606e8029db73ca66ba [diff] |
Merge "Reallocate Constructor call"
diff --git a/mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandlerinfra/Constants.java b/mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandlerinfra/Constants.java index 0bbc3e3..7cf2046 100644 --- a/mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandlerinfra/Constants.java +++ b/mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandlerinfra/Constants.java
@@ -23,8 +23,6 @@ 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 final static String SERVICE_INSTANTIATION_PATH = "/serviceInstantiation"; public final static String ORCHESTRATION_REQUESTS_PATH = "/orchestrationRequests"; + private Constants() {} + }