소스 검색

debugging off

tags/V_1_1_b2
jhugunin 21 년 전
부모
커밋
1a7e33c22f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/problem/AjProblemReporter.java

+ 1
- 1
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/problem/AjProblemReporter.java 파일 보기

@@ -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…
취소
저장