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

index 9d5c20cb41e63208d6ed486e93ef5e3167fab63b..8cfb205cd0dc409bb2c2d3805e22406526973f0a 100644 (file)
@@ -376,6 +376,11 @@ public class MoreOutputLocationManagerTests extends AbstractMultiProjectIncremen
                public File getDefaultOutputLocation() {
                        return outputLoc;
                }
+
+               public String getSourceFolderForFile(File sourceFile) {
+                       // TODO Auto-generated method stub
+                       return null;
+               }
        }
        
 }