toggl ast view

This commit is contained in:
Manindra Moharana
2014-06-13 02:03:46 +05:30
parent a5a8125c12
commit b0b2309b5a

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) {