Selaa lähdekoodia

271201: inpath handles

tags/V1_6_5
aclement 15 vuotta sitten
vanhempi
commit
a56ad7026f
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5
    0
      testing/src/org/aspectj/testing/ajde/CompileCommand.java

+ 5
- 0
testing/src/org/aspectj/testing/ajde/CompileCommand.java Näytä tiedosto

@@ -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…
Peruuta
Tallenna