]> source.dussan.org Git - aspectj.git/commitdiff
271201: inpath handles
authoraclement <aclement>
Mon, 6 Apr 2009 19:24:32 +0000 (19:24 +0000)
committeraclement <aclement>
Mon, 6 Apr 2009 19:24:32 +0000 (19:24 +0000)
testing/src/org/aspectj/testing/ajde/CompileCommand.java

index 47ad4b076bdb684f54d30915b6f858e6644a5db5..0ffa4858f74e509533ae51afe55326bf2a9775e1 100644 (file)
@@ -389,6 +389,11 @@ class MyOutputLocationManager implements IOutputLocationManager {
        public String getUniqueIdentifier() {
                return null;
        }
+       
+       public Map getInpathMap() {
+               return Collections.EMPTY_MAP;
+       }
+
 
        public String getSourceFolderForFile(File sourceFile) {
                return null;