diff options
author | aclement <aclement> | 2005-10-20 08:32:36 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-10-20 08:32:36 +0000 |
commit | d1ad8bab58b5526ef8f8335f1f4f914d7a81b3ab (patch) | |
tree | e00167083af7964f75fdc8ec799b18d6cc55ef9d /tests/bugs150/pr110307 | |
parent | 73b22d28e29ed9a4bb5ef2325f9b91dc3b800e33 (diff) | |
download | aspectj-d1ad8bab58b5526ef8f8335f1f4f914d7a81b3ab.tar.gz aspectj-d1ad8bab58b5526ef8f8335f1f4f914d7a81b3ab.zip |
swapped a letter
Diffstat (limited to 'tests/bugs150/pr110307')
-rw-r--r-- | tests/bugs150/pr110307/Case1.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs150/pr110307/Case1.java b/tests/bugs150/pr110307/Case1.java index 880f8d188..b461e9202 100644 --- a/tests/bugs150/pr110307/Case1.java +++ b/tests/bugs150/pr110307/Case1.java @@ -12,7 +12,7 @@ interface AssociationSource<T> { } aspect ExtendProduct { - Link<Q> AssociationSource<Q>._target = null; + Link<X> AssociationSource<X>._target = null; public Link<Q> AssociationSource<Q>.getTarget() { return _target; |