소스 검색

258325: fix

tags/V1_6_3rc1
aclement 15 년 전
부모
커밋
e9b46f75fd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      testing/src/org/aspectj/testing/ajde/CompileCommand.java

+ 4
- 0
testing/src/org/aspectj/testing/ajde/CompileCommand.java 파일 보기

@@ -388,4 +388,8 @@ class MyOutputLocationManager implements IOutputLocationManager {
public String getSourceFolderForFile(File sourceFile) {
return null;
}

public void reportClassFileWrite(String outputfile) {
}

}

Loading…
취소
저장