diff options
author | aclement <aclement> | 2008-09-02 23:23:40 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-09-02 23:23:40 +0000 |
commit | f12d9e2e4fc56dd7e464f590be9d8e05cc66d257 (patch) | |
tree | 8cfcb86346903e87554035e005dc8680c64bc933 /ajde.core | |
parent | e7f37508984f3b3bb0586a61fc490acdd16a2ed2 (diff) | |
download | aspectj-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.java | 4 |
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; + } + } |