瀏覽代碼

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…
取消
儲存