diff options
-rw-r--r-- | weaver/src/org/aspectj/weaver/bcel/AtAjAttributes.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weaver/src/org/aspectj/weaver/bcel/AtAjAttributes.java b/weaver/src/org/aspectj/weaver/bcel/AtAjAttributes.java index b037a7bd1..2e00fcc39 100644 --- a/weaver/src/org/aspectj/weaver/bcel/AtAjAttributes.java +++ b/weaver/src/org/aspectj/weaver/bcel/AtAjAttributes.java @@ -1298,8 +1298,8 @@ public class AtAjAttributes { * with javac. * 2. creating an AjAttribute called FieldDeclarationLineNumberAttribute * (much like MethodDeclarationLineNumberAttribute) which we can ask - * for the offset. This will fix bug 120356 both when compiled with ajc - * and javac. + * for the offset. This will again only fix bug 120356 when compiled + * with ajc. * * @param deow * @param struct |