lower code smells
[appc.git] / appc-oam / appc-oam-bundle / src / main / java / org / onap / appc / oam / util / BundleHelper.java
index 7639c40..9559b54 100644 (file)
@@ -44,8 +44,8 @@ import java.util.concurrent.Future;
  * Utility class provides general bundle operational helps.
  */
 public class BundleHelper {
-    private final static String PROP_BUNDLE_TO_STOP = "appc.OAM.ToStop.properties";
-    private final static String PROP_BUNDLES_TO_NOT_STOP = "appc.OAM.ToNotStop.properties";
+    private static final String PROP_BUNDLE_TO_STOP = "appc.OAM.ToStop.properties";
+    private static final String PROP_BUNDLES_TO_NOT_STOP = "appc.OAM.ToNotStop.properties";
 
     private final EELFLogger logger;
     private final StateHelper stateHelper;