瀏覽代碼

271201: inpath handles

tags/V1_6_5
aclement 15 年之前
父節點
當前提交
a56ad7026f
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      testing/src/org/aspectj/testing/ajde/CompileCommand.java

+ 5
- 0
testing/src/org/aspectj/testing/ajde/CompileCommand.java 查看文件

@@ -389,6 +389,11 @@ class MyOutputLocationManager implements IOutputLocationManager {
public String getUniqueIdentifier() {
return null;
}
public Map getInpathMap() {
return Collections.EMPTY_MAP;
}


public String getSourceFolderForFile(File sourceFile) {
return null;

Loading…
取消
儲存