lookin into jdoc scroll bug, irritating one this

This commit is contained in:
Manindra Moharana
2014-02-23 03:12:10 +05:30
parent d1bc54484b
commit 0632309fc0
3 changed files with 88 additions and 4 deletions

View File

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