diamond operator

This commit is contained in:
Jindra Petřík
2018-01-15 20:21:24 +01:00
parent 556eb8641b
commit 46f2ec325a

View File

@@ -128,7 +128,7 @@ public class TagInfoPanel extends JPanel {
} else if (convertToCharacterList) {
String strValue = (String) value;
String[] strIds = strValue.split(", ");
List<Integer> sortedIds = new ArrayList<Integer>();
List<Integer> sortedIds = new ArrayList<>();
strValue = "";
for (String strId : strIds) {