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

index 9a273e48ec66efcb1c8e012e5170c3675cb6664f..7d4341e4f8ed44640c052d2fcb2de3f13f42e2cc 100644 (file)
@@ -161,4 +161,8 @@ public class TestCompilerConfiguration implements ICompilerConfiguration {
                return ICompilerConfiguration.EVERYTHING;
        }
 
+       public List getClasspathElementsWithModifiedContents() {
+               return null;
+       }
+
 }