]> source.dussan.org Git - aspectj.git/commitdiff
245566: final config interface change
authoraclement <aclement>
Tue, 2 Sep 2008 23:23:40 +0000 (23:23 +0000)
committeraclement <aclement>
Tue, 2 Sep 2008 23:23:40 +0000 (23:23 +0000)
ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java

index f4a60a9673459e1b6faa738795bea3fe844e44c8..f068770f8582d6489c6b5f1d23d9420e5e9fd713 100644 (file)
@@ -158,4 +158,8 @@ public class TestCompilerConfiguration implements ICompilerConfiguration {
                return ICompilerConfiguration.EVERYTHING;
        }
 
+       public List getClasspathElementsWithModifiedContents() {
+               return null;
+       }
+
 }