Browse Source

New method on the interface: null impl

tags/V1_6_2
aclement 15 years ago
parent
commit
cdb2b55c43
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

@@ -384,4 +384,8 @@ class MyOutputLocationManager implements IOutputLocationManager {
public String getUniqueIdentifier() {
return null;
}

public String getSourceFolderForFile(File sourceFile) {
return null;
}
}

Loading…
Cancel
Save