diff options
-rw-r--r-- | testing/src/org/aspectj/testing/ajde/CompileCommand.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/src/org/aspectj/testing/ajde/CompileCommand.java b/testing/src/org/aspectj/testing/ajde/CompileCommand.java index 848381743..06c5ae25b 100644 --- a/testing/src/org/aspectj/testing/ajde/CompileCommand.java +++ b/testing/src/org/aspectj/testing/ajde/CompileCommand.java @@ -388,4 +388,8 @@ class MyOutputLocationManager implements IOutputLocationManager { public String getSourceFolderForFile(File sourceFile) { return null; } + + public void reportClassFileWrite(String outputfile) { + } + } |