mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 01:40:43 +00:00
build fix
This commit is contained in:
@@ -125,7 +125,7 @@ public class NamespaceTableModel implements TableModel {
|
||||
if (rowIndex == 0) {
|
||||
return "-";
|
||||
}
|
||||
DottedChain chain = abc.constants.getNamespace(rowIndex).getName(abc.constants, true);
|
||||
DottedChain chain = abc.constants.getNamespace(rowIndex).getName(abc.constants);
|
||||
if (chain == null) {
|
||||
return "-";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user