Technical debt reduction
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / onap / policy / std / ManualClientEndUEB.java
index 8590f6a..c04736e 100644 (file)
@@ -62,7 +62,8 @@ public class ManualClientEndUEB {
                        return null;
                }
                if(scheme.equals(NotificationScheme.MANUAL_ALL_NOTIFICATIONS)) {
-                       boolean removed = false, updated = false; 
+                       boolean removed = false;
+                       boolean updated = false; 
                        if(notification.getRemovedPolicies()!=null && !notification.getRemovedPolicies().isEmpty()){
                                removed = true;
                        }