From: aclement Date: Tue, 2 Sep 2008 23:23:40 +0000 (+0000) Subject: 245566: final config interface change X-Git-Tag: V1_6_2~117 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f12d9e2e4fc56dd7e464f590be9d8e05cc66d257;p=aspectj.git 245566: final config interface change --- diff --git a/ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java b/ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java index f4a60a967..f068770f8 100644 --- a/ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java +++ b/ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java @@ -158,4 +158,8 @@ public class TestCompilerConfiguration implements ICompilerConfiguration { return ICompilerConfiguration.EVERYTHING; } + public List getClasspathElementsWithModifiedContents() { + return null; + } + }