diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/src/org/aspectj/testing/ajde/CompileCommand.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/src/org/aspectj/testing/ajde/CompileCommand.java b/testing/src/org/aspectj/testing/ajde/CompileCommand.java index 70d774f48..916fd2b2b 100644 --- a/testing/src/org/aspectj/testing/ajde/CompileCommand.java +++ b/testing/src/org/aspectj/testing/ajde/CompileCommand.java @@ -397,4 +397,7 @@ class MyOutputLocationManager implements IOutputLocationManager { public void reportClassFileWrite(String outputfile) { } + public void reportClassFileRemove(String outputfile) { + } + } |