Fixes for missed sonar critical issues
[policy/engine.git] / ONAP-PDP-REST / src / main / java / org / onap / policy / pdp / rest / notifications / NotificationController.java
index 577d5b3..8121bdc 100644 (file)
@@ -175,7 +175,7 @@ public class NotificationController {
         }
     }
 
-    private void setNotificationFlag(boolean value) {
+    private static void setNotificationFlag(boolean value) {
         notificationFlag = value;
     }