summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/src/org/aspectj/testing/ajde/CompileCommand.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/src/org/aspectj/testing/ajde/CompileCommand.java b/testing/src/org/aspectj/testing/ajde/CompileCommand.java
index 082dbc746..aa8edef65 100644
--- a/testing/src/org/aspectj/testing/ajde/CompileCommand.java
+++ b/testing/src/org/aspectj/testing/ajde/CompileCommand.java
@@ -321,6 +321,7 @@ class MyCompilerConfig implements ICompilerConfiguration {
public String getNonStandardOptions() {return null;}
public List getProjectSourceFiles() {return null;}
+ public List getProjectSourceFilesChanged() {return null;}
public Map getSourcePathResources() {return null;}
}