updated todo

This commit is contained in:
Manindra Moharana
2014-06-10 15:16:33 +05:30
parent 8aa9d9b4b5
commit 517d52c508
2 changed files with 6 additions and 2 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) {