summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openecomp/datarouter/util/CrossEntityReference.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/openecomp/datarouter/util/CrossEntityReference.java')
-rw-r--r--src/main/java/org/openecomp/datarouter/util/CrossEntityReference.java2
1 files changed, 1 insertions, 1 deletions
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<String>();
+ this.attributeNames = new ArrayList<>();
}
public String getTargetEntityType() {