]> source.dussan.org Git - aspectj.git/commitdiff
pr122458
authoraclement <aclement>
Tue, 10 Jan 2006 09:47:15 +0000 (09:47 +0000)
committeraclement <aclement>
Tue, 10 Jan 2006 09:47:15 +0000 (09:47 +0000)
weaver/src/org/aspectj/weaver/TypeFactory.java

index 9ca5d7ba92d1351720ad6805b505bd194c56003e..0934349c637f9870033e100b2684f7c124bd3a49 100644 (file)
@@ -82,7 +82,7 @@ public class TypeFactory {
                if (signature.startsWith(ResolvedType.PARAMETERIZED_TYPE_IDENTIFIER)) {
                        // parameterized type, calculate signature erasure and type parameters
                        
-                       // (see pr112458) It is possible for a parameterized type to have *no* type parameters visible in its signature.
+                       // (see pr122458) It is possible for a parameterized type to have *no* type parameters visible in its signature.
                        // This happens for an inner type of a parameterized type which simply inherits the type parameters
                        // of its parent.  In this case it is parameterized but theres no < in the signature.