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

index b941a4290b0ccfb67d8112617d4c280fb61b61ca..9a3960b257344f8477e1dd5368361f21ffafda65 100644 (file)
@@ -135,5 +135,9 @@ public class OutputLocationManagerTests extends AbstractMultiProjectIncrementalA
                public File getDefaultOutputLocation() {
                        return new File(projectHome,"target/main/classes");
                }
+
+               public String getSourceFolderForFile(File sourceFile) {
+                       return null;
+               }
        }
 }