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

index eede163d82de5359edd16f7ab6a629920d08d884..b0b2ddfabf65b3ddade995f7a5163b4d2b35a6d3 100644 (file)
@@ -81,6 +81,10 @@ public class TestOutputLocationManager implements IOutputLocationManager {
                        resourceOutputLoc = new File(testProjectOutputPath);
                }
        }
+
+       public String getSourceFolderForFile(File sourceFile) {
+               return null;
+       }
        
 
 }