From: jhugunin Date: Wed, 5 Mar 2003 17:49:27 +0000 (+0000) Subject: XXX making the build work again, Wes needs to implement the correct fix X-Git-Tag: v1_1_0_RC1~67 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6e88a58b2cb671f2a1ea1dcc4534586362e324dc;p=aspectj.git XXX making the build work again, Wes needs to implement the correct fix --- 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; } }