From 6e88a58b2cb671f2a1ea1dcc4534586362e324dc Mon Sep 17 00:00:00 2001 From: jhugunin Date: Wed, 5 Mar 2003 17:49:27 +0000 Subject: [PATCH] XXX making the build work again, Wes needs to implement the correct fix --- testing/src/org/aspectj/testing/xml/SoftSourceLocation.java | 3 +++ 1 file changed, 3 insertions(+) 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; } } -- 2.39.5