Explorar el Código

258325: fix

tags/V1_6_3rc1
aclement hace 15 años
padre
commit
e9b46f75fd
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      testing/src/org/aspectj/testing/ajde/CompileCommand.java

+ 4
- 0
testing/src/org/aspectj/testing/ajde/CompileCommand.java Ver fichero

@@ -388,4 +388,8 @@ class MyOutputLocationManager implements IOutputLocationManager {
public String getSourceFolderForFile(File sourceFile) {
return null;
}

public void reportClassFileWrite(String outputfile) {
}

}

Cargando…
Cancelar
Guardar