aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-request-handler
diff options
context:
space:
mode:
authorTaka <tc012c@att.com>2018-01-23 16:41:59 -0500
committerPatrick Brady <pb071s@att.com>2018-01-25 22:37:55 +0000
commit629fdcadfa911e29856f9e14852604ea6307cca7 (patch)
treec9955b00e1f50e652633d7856ff43bb93042c6df /appc-dispatcher/appc-request-handler
parent5cbcbf25a4a4018abd1b4ccf2c1a85a3bece88a4 (diff)
fixed critical issues from sonar report
Change-Id: I443db1a8104bdfbfb20ec604978d758edfe7fb44 Issue-ID: APPC-429 Signed-off-by: Taka <tc012c@att.com>
Diffstat (limited to 'appc-dispatcher/appc-request-handler')
-rw-r--r--appc-dispatcher/appc-request-handler/appc-request-handler-core/src/main/java/org/onap/appc/requesthandler/constant/Constants.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/src/main/java/org/onap/appc/requesthandler/constant/Constants.java b/appc-dispatcher/appc-request-handler/appc-request-handler-core/src/main/java/org/onap/appc/requesthandler/constant/Constants.java
index 37fdbcfc3..e1b9f1ab0 100644
--- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/src/main/java/org/onap/appc/requesthandler/constant/Constants.java
+++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/src/main/java/org/onap/appc/requesthandler/constant/Constants.java
@@ -9,15 +9,15 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- *
+ *
* ECOMP is a trademark and service mark of AT&T Intellectual Property.
* ============LICENSE_END=========================================================
*/
@@ -28,6 +28,9 @@ import java.util.concurrent.TimeUnit;
public class Constants {
+ private Constants() {
+ }
+
public static final int DEFAULT_TTL = 30;
public static final String SUCCESS_MSG="SUCCESS";
public static final String FAILURE_MSG="FAILURE";