Browse Source

doc

tags/V1_6_10RC1
aclement 13 years ago
parent
commit
0170fac8a1

+ 2
- 4
org.aspectj.matcher/src/org/aspectj/weaver/ResolvedMemberImpl.java View 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;

Loading…
Cancel
Save