re base code
[sdc.git] / catalog-dao / src / main / java / org / openecomp / sdc / be / dao / neo4j / GraphEdgePropertiesDictionary.java
index 6bba5da..58bd098 100644 (file)
@@ -62,7 +62,7 @@ public enum GraphEdgePropertiesDictionary {
 
        public static List<String> getAllProperties() {
 
-               List<String> arrayList = new ArrayList<String>();
+               List<String> arrayList = new ArrayList<>();
 
                for (GraphEdgePropertiesDictionary graphProperty : GraphEdgePropertiesDictionary.values()) {
                        arrayList.add(graphProperty.getProperty());