diff options
author | aclement <aclement> | 2006-02-10 13:30:33 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-02-10 13:30:33 +0000 |
commit | e1822afb432a94de75f95e3c3537d894296a6d31 (patch) | |
tree | 0737736f7176090805542151bae6bfe087164770 /weaver | |
parent | f743fb210e1b7aa8cdb45e7bda53aa336f912edf (diff) | |
download | aspectj-e1822afb432a94de75f95e3c3537d894296a6d31.tar.gz aspectj-e1822afb432a94de75f95e3c3537d894296a6d31.zip |
comment fix
Diffstat (limited to 'weaver')
-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 |