Browse Source

debugging off

tags/V_1_1_b2
jhugunin 21 years ago
parent
commit
1a7e33c22f

+ 1
- 1
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/problem/AjProblemReporter.java View File

@@ -41,7 +41,7 @@ import org.eclipse.jdt.internal.compiler.util.CharOperation;
* @author Jim Hugunin
*/
public class AjProblemReporter extends ProblemReporter {
private static final boolean DUMP_STACK = true;
private static final boolean DUMP_STACK = false;
public EclipseWorld world;


Loading…
Cancel
Save