From 2cf9f5287d34d5a4abb11e0229f50581f1dfc1a6 Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 5 Dec 2008 22:01:07 +0000 Subject: [PATCH] formatting --- org.aspectj.matcher/src/org/aspectj/weaver/ResolvedType.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org.aspectj.matcher/src/org/aspectj/weaver/ResolvedType.java b/org.aspectj.matcher/src/org/aspectj/weaver/ResolvedType.java index 65401c4ee..eb7806026 100644 --- a/org.aspectj.matcher/src/org/aspectj/weaver/ResolvedType.java +++ b/org.aspectj.matcher/src/org/aspectj/weaver/ResolvedType.java @@ -39,8 +39,7 @@ public abstract class ResolvedType extends UnresolvedType implements AnnotatedEl public static final String PARAMETERIZED_TYPE_IDENTIFIER = "P"; // Set during a type pattern match call - this currently used to hold the - // annotations - // that may be attached to a type when it used as a parameter + // annotations that may be attached to a type when it used as a parameter public ResolvedType[] temporaryAnnotationTypes; private ResolvedType[] resolvedTypeParams; private String binaryPath; -- 2.39.5