Fix sonars in policy-pap
[policy/pap.git] / main / src / main / java / org / onap / policy / pap / main / notification / PolicyNotifier.java
index 66b83cc..24e3ced 100644 (file)
@@ -75,7 +75,7 @@ public class PolicyNotifier {
             status.loadByGroup(pdpGroup);
             status.completeDeploy(pdp, expectedPolicies, actualPolicies);
 
-            PolicyNotification notification = new PolicyNotification();
+            var notification = new PolicyNotification();
             status.flush(notification);
 
             publish(notification);