]> source.dussan.org Git - aspectj.git/commitdiff
New method on the interface: null impl
authoraclement <aclement>
Tue, 16 Sep 2008 23:04:56 +0000 (23:04 +0000)
committeraclement <aclement>
Tue, 16 Sep 2008 23:04:56 +0000 (23:04 +0000)
ajbrowser/src/org/aspectj/tools/ajbrowser/core/BrowserOutputLocationManager.java

index 078715dd416f02caeef0bbc2e8e925fa0f13ab05..f1acd6d9725d889af48dfddfc1cedfe178abb2e2 100644 (file)
@@ -57,4 +57,8 @@ public class BrowserOutputLocationManager implements IOutputLocationManager {
                return new File(getCommonOutputDir());
        }
 
+       public String getSourceFolderForFile(File sourceFile) {
+               return null;
+       }
+
 }