diff options
author | aclement <aclement> | 2010-08-13 15:42:53 +0000 |
---|---|---|
committer | aclement <aclement> | 2010-08-13 15:42:53 +0000 |
commit | 0170fac8a1199a062341860b96dc06c4c061b44b (patch) | |
tree | ebb3405dd96417d3570e7a0c9704d2ef22e14af1 /org.aspectj.matcher/src | |
parent | 67189542cd8d2718de8b545c8bea0c8d81cfff9c (diff) | |
download | aspectj-0170fac8a1199a062341860b96dc06c4c061b44b.tar.gz aspectj-0170fac8a1199a062341860b96dc06c4c061b44b.zip |
doc
Diffstat (limited to 'org.aspectj.matcher/src')
-rw-r--r-- | org.aspectj.matcher/src/org/aspectj/weaver/ResolvedMemberImpl.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/org.aspectj.matcher/src/org/aspectj/weaver/ResolvedMemberImpl.java b/org.aspectj.matcher/src/org/aspectj/weaver/ResolvedMemberImpl.java index 721059dcc..7360b2fe1 100644 --- a/org.aspectj.matcher/src/org/aspectj/weaver/ResolvedMemberImpl.java +++ b/org.aspectj.matcher/src/org/aspectj/weaver/ResolvedMemberImpl.java @@ -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; |