From: aclement Date: Tue, 10 Jan 2006 09:47:15 +0000 (+0000) Subject: pr122458 X-Git-Tag: POST_MEMORY_CHANGES~192 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=24a785febccd12facf9fefceef03a2b7ab693bd9;p=aspectj.git pr122458 --- diff --git a/weaver/src/org/aspectj/weaver/TypeFactory.java b/weaver/src/org/aspectj/weaver/TypeFactory.java index 9ca5d7ba9..0934349c6 100644 --- a/weaver/src/org/aspectj/weaver/TypeFactory.java +++ b/weaver/src/org/aspectj/weaver/TypeFactory.java @@ -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.