summaryrefslogtreecommitdiffstats
path: root/ajde.core
diff options
context:
space:
mode:
authoraclement <aclement>2008-09-02 23:23:40 +0000
committeraclement <aclement>2008-09-02 23:23:40 +0000
commitf12d9e2e4fc56dd7e464f590be9d8e05cc66d257 (patch)
tree8cfcb86346903e87554035e005dc8680c64bc933 /ajde.core
parente7f37508984f3b3bb0586a61fc490acdd16a2ed2 (diff)
downloadaspectj-f12d9e2e4fc56dd7e464f590be9d8e05cc66d257.tar.gz
aspectj-f12d9e2e4fc56dd7e464f590be9d8e05cc66d257.zip
245566: final config interface change
Diffstat (limited to 'ajde.core')
-rw-r--r--ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java4
1 files changed, 4 insertions, 0 deletions
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;
+ }
+
}