lower code smells
[appc.git] / appc-oam / appc-oam-bundle / src / main / java / org / onap / appc / oam / util / ConfigurationHelper.java
index 3c5629f..d6f2719 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * ONAP : APPC
  * ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Copyright (C) 2017 Amdocs
  * =============================================================================
@@ -18,7 +18,6 @@
  * 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=========================================================
  */
 
@@ -36,8 +35,8 @@ import java.util.concurrent.TimeUnit;
  * Utility class provides general configuration helps
  */
 public class ConfigurationHelper {
-    final static String PROP_KEY_APPC_NAME = Constants.PROPERTY_APPLICATION_NAME;
-    final static String PROP_KEY_METRIC_STATE = "metric.enabled";
+    static final String PROP_KEY_APPC_NAME = Constants.PROPERTY_APPLICATION_NAME;
+    static final String PROP_KEY_METRIC_STATE = "metric.enabled";
     private final String OAM_OPERATION_TIMEOUT_SECOND = "appc.OAM.api.timeout";
     /** Default operation timeout set to 1 minute */
     private final int DEFAULT_OAM_OPERATION_TIMEOUT = 60;