From 24a785febccd12facf9fefceef03a2b7ab693bd9 Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 10 Jan 2006 09:47:15 +0000 Subject: [PATCH] pr122458 --- weaver/src/org/aspectj/weaver/TypeFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5