diff options
author | jhugunin <jhugunin> | 2003-03-05 17:49:27 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-03-05 17:49:27 +0000 |
commit | 6e88a58b2cb671f2a1ea1dcc4534586362e324dc (patch) | |
tree | cd7e18ef498ff5298417e81b1eca39919cd6caa5 /testing | |
parent | bb9ee8de60674b1bb5bbdaa9e61a7adc92aa8287 (diff) | |
download | aspectj-6e88a58b2cb671f2a1ea1dcc4534586362e324dc.tar.gz aspectj-6e88a58b2cb671f2a1ea1dcc4534586362e324dc.zip |
XXX making the build work again, Wes needs to implement the correct fix
Diffstat (limited to 'testing')
-rw-r--r-- | testing/src/org/aspectj/testing/xml/SoftSourceLocation.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/src/org/aspectj/testing/xml/SoftSourceLocation.java b/testing/src/org/aspectj/testing/xml/SoftSourceLocation.java index b380381a0..1276eb853 100644 --- a/testing/src/org/aspectj/testing/xml/SoftSourceLocation.java +++ b/testing/src/org/aspectj/testing/xml/SoftSourceLocation.java @@ -107,4 +107,7 @@ public class SoftSourceLocation implements ISourceLocation { // XXX endLine? public String toString() { return getSourceFile().getPath() + ":" + getLine() + ":" + getColumn(); } + + //XXX making the build work again, Wes needs to implement the correct fix + public String getContext() { return null; } } |