소스 검색

generalize report API to cover resources and outjar

tags/V1_6_4
aclement 15 년 전
부모
커밋
e6793d1d0a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      ajbrowser/src/org/aspectj/tools/ajbrowser/core/BrowserOutputLocationManager.java

+ 2
- 2
ajbrowser/src/org/aspectj/tools/ajbrowser/core/BrowserOutputLocationManager.java 파일 보기

@@ -58,10 +58,10 @@ public class BrowserOutputLocationManager implements IOutputLocationManager {
return null;
}

public void reportClassFileWrite(String outputfile) {
public void reportFileWrite(String outputfile, int filetype) {
}

public void reportClassFileRemove(String outputfile) {
public void reportFileRemove(String outputfile, int filetype) {
}

}

Loading…
취소
저장