Outline window width fixed. Fixes #31

This commit is contained in:
Manindra Moharana
2014-01-02 11:33:48 +05:30
parent b110781233
commit 5fdfc88f3d
2 changed files with 8 additions and 6 deletions

View File

@@ -233,7 +233,7 @@ public class ASTGenerator {
}
public static final boolean SHOWAST = true;
public static final boolean SHOWAST = !true;
protected DefaultMutableTreeNode buildAST(String source, CompilationUnit cu) {
if (cu == null) {