Browse Source

258325: fix

tags/V1_6_3rc1
aclement 15 years ago
parent
commit
e9b46f75fd
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      testing/src/org/aspectj/testing/ajde/CompileCommand.java

+ 4
- 0
testing/src/org/aspectj/testing/ajde/CompileCommand.java View File

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

public void reportClassFileWrite(String outputfile) {
}

}

Loading…
Cancel
Save