Sonar Fix: APPC-1716
[appc.git] / appc-adapters / appc-iaas-adapter / appc-iaas-adapter-bundle / src / main / java / org / onap / appc / adapter / iaas / provider / operation / common / constants / Constants.java
index 06065af..e44bf76 100644 (file)
@@ -5,6 +5,8 @@
  * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Copyright (C) 2017 Amdocs
+ * ================================================================================
+ * Modification Copyright (C) 2019 IBM
  * =============================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -28,9 +30,6 @@ package org.onap.appc.adapter.iaas.provider.operation.common.constants;
  */
 public class Constants {
 
-    private Constants() {
-    }
-
     public static final String DATE_FORMAT = "yyyy-MM-dd HH:mm:ss";
 
     public static final String MDC_SERVICE = "service";
@@ -60,4 +59,7 @@ public class Constants {
      * The constant for a space
      */
     public static final char SPACE = ' ';
+
+    private Constants() {
+    }
 }