summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/src/org/aspectj/testing/ajde/CompileCommand.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/src/org/aspectj/testing/ajde/CompileCommand.java b/testing/src/org/aspectj/testing/ajde/CompileCommand.java
index 924051488..e2bef2531 100644
--- a/testing/src/org/aspectj/testing/ajde/CompileCommand.java
+++ b/testing/src/org/aspectj/testing/ajde/CompileCommand.java
@@ -356,6 +356,11 @@ class MyCompilerConfig implements ICompilerConfiguration {
public int getConfigurationChanges() {
return ICompilerConfiguration.EVERYTHING;
}
+
+ public List getClasspathElementsWithModifiedContents() {
+ return null;
+ }
+
}
class MyOutputLocationManager implements IOutputLocationManager {
@@ -379,5 +384,4 @@ class MyOutputLocationManager implements IOutputLocationManager {
public String getUniqueIdentifier() {
return null;
}
-
}