]> source.dussan.org Git - aspectj.git/commitdiff
updates to annotation parsing...
authoracolyer <acolyer>
Wed, 8 Dec 2004 10:00:01 +0000 (10:00 +0000)
committeracolyer <acolyer>
Wed, 8 Dec 2004 10:00:01 +0000 (10:00 +0000)
weaver/src/org/aspectj/weaver/patterns/ExactAnnotationTypePattern.java

index fc2b6b8051c68b7e09a832bf3224897e825eda4c..0539d6af19282cb5c3e104e0f79a527079fee6c4 100644 (file)
@@ -48,7 +48,6 @@ public class ExactAnnotationTypePattern extends AnnotationTypePattern {
                // will be turned into BindingAnnotationTypePattern during resolution
        }
        
-       
        public FuzzyBoolean matches(AnnotatedElement annotated) {
                if (!resolved) {
                        throw new IllegalStateException("Can't match on an unresolved annotation type pattern");