]> source.dussan.org Git - aspectj.git/commitdiff
corrected typo
authoraclement <aclement>
Wed, 16 Feb 2005 17:25:25 +0000 (17:25 +0000)
committeraclement <aclement>
Wed, 16 Feb 2005 17:25:25 +0000 (17:25 +0000)
weaver/src/org/aspectj/weaver/patterns/AnnotationPointcut.java

index 8ea4fac0c695e99c7d44987894273bbe2d7533cb..f62cefeb24e51f13b84ba9c55ad8471f53436240 100644 (file)
@@ -173,7 +173,7 @@ public class AnnotationPointcut extends NameBindingPointcut {
                        TypeX annotationType = btp.annotationType;
                        Var var = shadow.getKindedAnnotationVar(annotationType);
                        
-                       // This should not happen, we shouldn't have gotten this var 
+                       // This should not happen, we shouldn't have gotten this far 
                        // if we weren't going to find the annotation
                        if (var == null) throw new BCException("Impossible! annotation=["+annotationType+
                                                                       "]  shadow=["+shadow+" at "+shadow.getSourceLocation()+