aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-03-05 17:49:27 +0000
committerjhugunin <jhugunin>2003-03-05 17:49:27 +0000
commit6e88a58b2cb671f2a1ea1dcc4534586362e324dc (patch)
treecd7e18ef498ff5298417e81b1eca39919cd6caa5 /testing
parentbb9ee8de60674b1bb5bbdaa9e61a7adc92aa8287 (diff)
downloadaspectj-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.java3
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; }
}