소스 검색

290741: encoding option on ICompilerConfiguration

tags/V1_6_12M1
aclement 13 년 전
부모
커밋
eb60d6856f
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java

+ 4
- 0
ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java 파일 보기

@@ -167,4 +167,8 @@ public class TestCompilerConfiguration implements ICompilerConfiguration {
return null;
}

public String getProjectEncoding() {
return null;
}

}

Loading…
취소
저장