build fix

This commit is contained in:
2015-07-14 21:27:37 +02:00
parent ace72938bd
commit 74c78b4b28
3 changed files with 12 additions and 11 deletions
@@ -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 "-";
}