From 71088aaf4cf7d8d7182bd0cfe9943781e1538d44 Mon Sep 17 00:00:00 2001 From: rama-huawei Date: Thu, 28 Sep 2017 15:56:00 +0530 Subject: Added the "@Override" annotation Issue-id: CIMAN-65 Change-Id: I5893ee1af1a0b5db6ec5162acb91456f4c28c734 Signed-off-by: rama-huawei --- src/main/java/org/openecomp/datarouter/util/CrossEntityReference.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/org/openecomp/datarouter/util/CrossEntityReference.java') diff --git a/src/main/java/org/openecomp/datarouter/util/CrossEntityReference.java b/src/main/java/org/openecomp/datarouter/util/CrossEntityReference.java index f55d2e7..e889656 100644 --- a/src/main/java/org/openecomp/datarouter/util/CrossEntityReference.java +++ b/src/main/java/org/openecomp/datarouter/util/CrossEntityReference.java @@ -38,7 +38,7 @@ public class CrossEntityReference { public CrossEntityReference() { this.targetEntityType = null; - this.attributeNames = new ArrayList(); + this.attributeNames = new ArrayList<>(); } public String getTargetEntityType() { -- cgit 1.2.3-korg