Upgrade Java 17 in policy-drools-apps
[policy/drools-applications.git] / controlloop / common / feature-controlloop-utils / src / main / java / org / onap / policy / drools / apps / controlloop / feature / utils / ControlLoopUtilsFeature.java
index 98a3b2d..bc6bbd7 100644 (file)
@@ -3,6 +3,7 @@
  * ONAP
  * ================================================================================
  * Copyright (C) 2017-2019, 2021 AT&T Intellectual Property. All rights reserved.
+ * Modifications Copyright (C) 2023 Nordix Foundation.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -33,7 +34,7 @@ import org.slf4j.LoggerFactory;
  */
 public class ControlLoopUtilsFeature implements PolicyEngineFeatureApi {
 
-    private static Logger logger = LoggerFactory.getLogger(ControlLoopUtilsFeature.class);
+    private static final Logger logger = LoggerFactory.getLogger(ControlLoopUtilsFeature.class);
 
     @Override
     public boolean afterStart(PolicyEngine engine) {