fix for eclipse warning

This commit is contained in:
Roman Ivanov 2015-06-20 13:08:51 -07:00
parent 46f2409dc5
commit 0fdd2164fa
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class ParseTreeModel extends AbstractTreeTableModel {
final Object[] path = {root};
// no need to setup remaining info, as the call results in a
// table structure changed event anyway - we just pass nulls
fireTreeStructureChanged(this, path, null, null);
fireTreeStructureChanged(this, path, null, (Object[])null);
}
@Override