From: aclement Date: Fri, 5 Dec 2008 22:01:07 +0000 (+0000) Subject: formatting X-Git-Tag: V1_6_3rc1~48 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2cf9f5287d34d5a4abb11e0229f50581f1dfc1a6;p=aspectj.git formatting --- 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;