]> source.dussan.org Git - aspectj.git/commitdiff
formatting
authoraclement <aclement>
Fri, 5 Dec 2008 22:01:07 +0000 (22:01 +0000)
committeraclement <aclement>
Fri, 5 Dec 2008 22:01:07 +0000 (22:01 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/ResolvedType.java

index 65401c4eec0106a2347405424857373c61341873..eb7806026bd54cf8ba480636de06173a1b4b0f79 100644 (file)
@@ -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;