aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.matcher/src
diff options
context:
space:
mode:
authoraclement <aclement>2010-08-13 15:42:53 +0000
committeraclement <aclement>2010-08-13 15:42:53 +0000
commit0170fac8a1199a062341860b96dc06c4c061b44b (patch)
treeebb3405dd96417d3570e7a0c9704d2ef22e14af1 /org.aspectj.matcher/src
parent67189542cd8d2718de8b545c8bea0c8d81cfff9c (diff)
downloadaspectj-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.java6
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;