From f12d9e2e4fc56dd7e464f590be9d8e05cc66d257 Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 2 Sep 2008 23:23:40 +0000 Subject: [PATCH] 245566: final config interface change --- .../org/aspectj/ajde/core/TestCompilerConfiguration.java | 4 ++++ 1 file changed, 4 insertions(+) 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; + } + } -- 2.39.5