diff options
author | aclement <aclement> | 2008-09-02 23:23:21 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-09-02 23:23:21 +0000 |
commit | e5899f8150116fdda0c91e4d9560e01bf0e06c65 (patch) | |
tree | 0ca99204994d3de773d376f36e50a3e8745b8cf9 /ajde | |
parent | d1e4aebe252c4a92d18c42b89d1a77e5eead5f3a (diff) | |
download | aspectj-e5899f8150116fdda0c91e4d9560e01bf0e06c65.tar.gz aspectj-e5899f8150116fdda0c91e4d9560e01bf0e06c65.zip |
245566: final config interface change
Diffstat (limited to 'ajde')
-rw-r--r-- | ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java b/ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java index 9a273e48e..7d4341e4f 100644 --- a/ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java +++ b/ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java @@ -161,4 +161,8 @@ public class TestCompilerConfiguration implements ICompilerConfiguration { return ICompilerConfiguration.EVERYTHING; } + public List getClasspathElementsWithModifiedContents() { + return null; + } + } |