aboutsummaryrefslogtreecommitdiffstats
path: root/ajde.core
diff options
context:
space:
mode:
Diffstat (limited to 'ajde.core')
-rw-r--r--ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java b/ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java
index 941a21212..495dd182f 100644
--- a/ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java
+++ b/ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java
@@ -85,4 +85,9 @@ public class TestOutputLocationManager implements IOutputLocationManager {
public void reportFileRemove(String outputfile, int filetype) {
}
+ public int discoverChangesSince(File dir, long buildtime) {
+ // TODO Auto-generated method stub
+ return 0;
+ }
+
}