mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 07:05:33 +00:00
diamond operator
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user