]> source.dussan.org Git - aspectj.git/commitdiff
debugging off
authorjhugunin <jhugunin>
Wed, 18 Dec 2002 01:10:10 +0000 (01:10 +0000)
committerjhugunin <jhugunin>
Wed, 18 Dec 2002 01:10:10 +0000 (01:10 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/problem/AjProblemReporter.java

index 168c9808e6e9f82d6c8657dba710a31eb7b98b2f..43ebe361d0aa11743d2b9d3c2ee34fb584d5fd37 100644 (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;