]> source.dussan.org Git - aspectj.git/commitdiff
doc
authoraclement <aclement>
Fri, 13 Aug 2010 15:42:53 +0000 (15:42 +0000)
committeraclement <aclement>
Fri, 13 Aug 2010 15:42:53 +0000 (15:42 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/ResolvedMemberImpl.java

index 721059dcc31c9e3f5fb6a5f7a5aa9362a2cc5378..7360b2fe1c6eb60504de29b23c1944c3f34396c1 100644 (file)
@@ -741,10 +741,8 @@ public class ResolvedMemberImpl extends MemberImpl implements IHasPosition, Type
                                typeMap.put(typeVariables[i].getName(), ut);
                        }
                }
-               // For ITDs on generic types that use type variables from the target
-               // type, the aliases
-               // record the alternative names used throughout the ITD expression that
-               // must map to
+               // For ITDs on generic types that use type variables from the target type, the aliases
+               // record the alternative names used throughout the ITD expression that must map to
                // the same value as the type variables real name.
                if (aliases != null) {
                        int posn = 0;