]> source.dussan.org Git - aspectj.git/commitdiff
working on 112602
authoraclement <aclement>
Mon, 17 Oct 2005 10:09:45 +0000 (10:09 +0000)
committeraclement <aclement>
Mon, 17 Oct 2005 10:09:45 +0000 (10:09 +0000)
weaver/src/org/aspectj/weaver/ResolvedMemberImpl.java

index af4fe8cc14fc819bc609b44be7ad8a2afec4871a..e1eafa1a66a4aa128980758fb138bded61e96c2d 100644 (file)
@@ -882,7 +882,7 @@ public class ResolvedMemberImpl extends MemberImpl implements IHasPosition, Anno
                                if (typeVariables[i].getName().equals(name)) return typeVariables[i];
                        }
                }
-               // Bugger, check the declaring type!
+               // check the declaring type!
                return declaringType.getTypeVariableNamed(name);
 
                // Do generic aspects with ITDs that share type variables with the aspect and the target type and have their own tvars cause this to be messier?