fix for eclipse warning
This commit is contained in:
parent
46f2409dc5
commit
0fdd2164fa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue