Fix Blocker sonar issues in sparky-be module
[aai/sparky-be.git] / src / main / java / org / openecomp / sparky / synchronizer / AggregationSynchronizer.java
index 2d7429c..2fd67c3 100644 (file)
@@ -632,6 +632,7 @@ public class AggregationSynchronizer extends AbstractEntitySynchronizer
             "Could not deserialize JSON (representing operation result) as node tree. " +
             "Operation result = " + jsonResult + ". " + exc.getLocalizedMessage();
         LOG.error(AaiUiMsgs.JSON_PROCESSING_ERROR, message);
+        return;
       }
 
       JsonNode resultData = rootNode.get("result-data");