]> source.dussan.org Git - aspectj.git/commitdiff
245566: final config interface change
authoraclement <aclement>
Tue, 2 Sep 2008 23:23:22 +0000 (23:23 +0000)
committeraclement <aclement>
Tue, 2 Sep 2008 23:23:22 +0000 (23:23 +0000)
ajbrowser/src/org/aspectj/tools/ajbrowser/core/BrowserCompilerConfiguration.java

index 15f385be33ca1ed953ebc395821ab5db87026db9..85e32894cabffef2ef4086432641034715da9b6c 100644 (file)
@@ -102,4 +102,8 @@ public class BrowserCompilerConfiguration implements ICompilerConfiguration {
 
        public void configurationRead() {
        }
+
+       public List getClasspathElementsWithModifiedContents() {
+               return null;
+       }
 }