Small bugfix

This commit is contained in:
Jonathan Bernard 2010-04-24 20:53:25 -05:00
parent 966c287bce
commit fceb9878ce

View File

@ -146,7 +146,6 @@ panel = splitPane(orientation: JSplitPane.HORIZONTAL_SPLIT,
rootNode.add(new DefaultMutableTreeNode(flatview))
rootNode.add(controller.makeNodes(model.rootProject))
new DefaultTreeModel(rootNode)
return rootNode
} else {
new DefaultTreeModel(new DefaultMutableTreeNode())
}