Selaa lähdekoodia

generalize report API to cover resources and outjar

tags/V1_6_4
aclement 15 vuotta sitten
vanhempi
commit
acbe3c71ed
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      testing/src/org/aspectj/testing/ajde/CompileCommand.java

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

@@ -394,10 +394,10 @@ class MyOutputLocationManager 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…
Peruuta
Tallenna