diff options
author | aclement <aclement> | 2008-09-16 23:08:12 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-09-16 23:08:12 +0000 |
commit | c84daa305f559019bced940684d9cfbf22812180 (patch) | |
tree | cbc58f6315b366d35e7969405ee8336a345b8854 /tests | |
parent | f6e3192f19abca9e89f3948276b8f6aca6815b24 (diff) | |
download | aspectj-c84daa305f559019bced940684d9cfbf22812180.tar.gz aspectj-c84daa305f559019bced940684d9cfbf22812180.zip |
New method on the interface: null impl
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java index 9d5c20cb4..8cfb205cd 100644 --- a/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java +++ b/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java @@ -376,6 +376,11 @@ public class MoreOutputLocationManagerTests extends AbstractMultiProjectIncremen public File getDefaultOutputLocation() { return outputLoc; } + + public String getSourceFolderForFile(File sourceFile) { + // TODO Auto-generated method stub + return null; + } } } |