work on offset bug fix

This commit is contained in:
Manindra Moharana
2014-05-05 02:01:52 +05:30
parent 9a7e1bb942
commit b9b74658db
3 changed files with 35 additions and 13 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) {