]> source.dussan.org Git - aspectj.git/commitdiff
XXX making the build work again, Wes needs to implement the correct fix
authorjhugunin <jhugunin>
Wed, 5 Mar 2003 17:49:27 +0000 (17:49 +0000)
committerjhugunin <jhugunin>
Wed, 5 Mar 2003 17:49:27 +0000 (17:49 +0000)
testing/src/org/aspectj/testing/xml/SoftSourceLocation.java

index b380381a0cb9d987364fa253fc1026986c6b841e..1276eb8533a42e95b3e48b7136304636b0c5d433 100644 (file)
@@ -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; }
 }