]> source.dussan.org Git - aspectj.git/commitdiff
New method on the interface: null impl
authoraclement <aclement>
Tue, 16 Sep 2008 23:07:11 +0000 (23:07 +0000)
committeraclement <aclement>
Tue, 16 Sep 2008 23:07:11 +0000 (23:07 +0000)
ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java

index 233c4239fcf3d3a6a48bfc511dcb5da5c8d7abbc..7812017ad23053c130fa5b49e90a0a55ad7185e0 100644 (file)
@@ -76,6 +76,10 @@ public class TestOutputLocationManager implements IOutputLocationManager {
                        resourceOutputLoc = new File(testProjectOutputPath);
                }
        }
+
+       public String getSourceFolderForFile(File sourceFile) {
+               return null;
+       }
        
 
 }