summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/src/org/aspectj/testing/ajde/CompileCommand.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/src/org/aspectj/testing/ajde/CompileCommand.java b/testing/src/org/aspectj/testing/ajde/CompileCommand.java
index 9460965cb..47ad4b076 100644
--- a/testing/src/org/aspectj/testing/ajde/CompileCommand.java
+++ b/testing/src/org/aspectj/testing/ajde/CompileCommand.java
@@ -400,4 +400,9 @@ class MyOutputLocationManager implements IOutputLocationManager {
public void reportFileRemove(String outputfile, int filetype) {
}
+ public int discoverChangesSince(File dir, long buildtime) {
+ // TODO Auto-generated method stub
+ return 0;
+ }
+
}