re base code
[sdc.git] / common-app-api / src / main / java / org / openecomp / sdc / common / api / YamlSuffixEnum.java
index 4ac6290..1310ab1 100644 (file)
@@ -49,7 +49,7 @@ public enum YamlSuffixEnum {
 
        public static List<String> getSuffixes() {
 
-               List<String> arrayList = new ArrayList<String>();
+               List<String> arrayList = new ArrayList<>();
 
                for (YamlSuffixEnum yamlSuffixEnum : YamlSuffixEnum.values()) {
                        arrayList.add(yamlSuffixEnum.getSuffix());