mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 03:24:59 +00:00
Fixed code style
This commit is contained in:
@@ -243,11 +243,11 @@ public class FolderListPanel extends JPanel {
|
||||
String s;
|
||||
if (treeItem instanceof Tag) {
|
||||
Tag t = (Tag) treeItem;
|
||||
String uniqueId = t.getUniqueId();
|
||||
String uniqueId = t.getUniqueId();
|
||||
s = ((Tag) treeItem).getTagName();
|
||||
if (uniqueId != null) {
|
||||
s = s + " (" + uniqueId + ")";
|
||||
}
|
||||
}
|
||||
} else {
|
||||
s = treeItem.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user