]> source.dussan.org Git - aspectj.git/commitdiff
New method on the interface: null impl
authoraclement <aclement>
Tue, 16 Sep 2008 23:09:55 +0000 (23:09 +0000)
committeraclement <aclement>
Tue, 16 Sep 2008 23:09:55 +0000 (23:09 +0000)
testing/src/org/aspectj/testing/ajde/CompileCommand.java

index e2bef253112cb0670a88e2e4eecf192470d8afe8..848381743cf934f20678f71b4b55c355f220ff9a 100644 (file)
@@ -384,4 +384,8 @@ class MyOutputLocationManager implements IOutputLocationManager {
        public String getUniqueIdentifier() {
                return null;
        }
+
+       public String getSourceFolderForFile(File sourceFile) {
+               return null;
+       }
 }