瀏覽代碼

245566: final config interface change

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

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

public int getConfigurationChanges() { public int getConfigurationChanges() {
return ICompilerConfiguration.EVERYTHING; return ICompilerConfiguration.EVERYTHING;
} }

public List getClasspathElementsWithModifiedContents() {
return null;
}

} }


class MyOutputLocationManager implements IOutputLocationManager { class MyOutputLocationManager implements IOutputLocationManager {
public String getUniqueIdentifier() { public String getUniqueIdentifier() {
return null; return null;
} }

} }

Loading…
取消
儲存