]> source.dussan.org Git - aspectj.git/commitdiff
swapped a letter
authoraclement <aclement>
Thu, 20 Oct 2005 08:32:36 +0000 (08:32 +0000)
committeraclement <aclement>
Thu, 20 Oct 2005 08:32:36 +0000 (08:32 +0000)
tests/bugs150/pr110307/Case1.java

index 880f8d188dff40791605ec322a28f046581c26a6..b461e92022f5bf90e8d94df1ce2d05a7968ae1c8 100644 (file)
@@ -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;