浏览代码

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) {
}

}

正在加载...
取消
保存