]> source.dussan.org Git - aspectj.git/commitdiff
New method on the interface: null impl
authoraclement <aclement>
Tue, 16 Sep 2008 23:11:15 +0000 (23:11 +0000)
committeraclement <aclement>
Tue, 16 Sep 2008 23:11:15 +0000 (23:11 +0000)
tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java

index a84c14e54452116bdac5be9f6085f9c3ebc37664..a6c4b567d8c8270ea14b3ecf50b787bee52cec0d 100644 (file)
@@ -81,6 +81,10 @@ public class IncrementalOutputLocationManagerTests extends AbstractMultiProjectI
                public File getDefaultOutputLocation() {
                        return new File(projectDir + File.separator + "bin");
                }
+
+               public String getSourceFolderForFile(File sourceFile) {
+                       return null;
+               }
                
        }