Sonar Major:Add the @Override annotation.
[aai/data-router.git] / src / main / java / org / onap / aai / datarouter / entity / AggregationEntity.java
index 8a9f5e4..b8f5e2b 100644 (file)
@@ -107,7 +107,7 @@ public class AggregationEntity implements DocumentStoreDataEntity, Serializable
   public void addAttributeKeyValuePair(String key, String value){
     this.attributes.put(key, value);
   }
-
+  @Override
   public String getAsJson() {
     ObjectNode rootNode = mapper.createObjectNode();
     rootNode.put("link", this.getLink());