A possible solution to #65

This commit is contained in:
Manindra Moharana
2014-06-06 14:27:32 +05:30
parent 1c1c71bb3a
commit 8ac153b4f5
2 changed files with 10 additions and 19 deletions

View File

@@ -240,7 +240,7 @@ public class ASTGenerator {
/**
* Toggle AST View window
*/
public static final boolean SHOWAST = true;
public static final boolean SHOWAST = !true;
protected DefaultMutableTreeNode buildAST(String source, CompilationUnit cu) {
if (cu == null) {