]> source.dussan.org Git - aspectj.git/commitdiff
removed rogue syserr
authoraclement <aclement>
Sat, 18 Mar 2006 12:02:40 +0000 (12:02 +0000)
committeraclement <aclement>
Sat, 18 Mar 2006 12:02:40 +0000 (12:02 +0000)
weaver/src/org/aspectj/weaver/bcel/BcelField.java

index a3c608c3445353d90a3999bf63c56e7e942584aa..57a0c171bd36febcf6678325c1305f161af486f1 100644 (file)
@@ -131,7 +131,6 @@ final class BcelField extends ResolvedMemberImpl {
                        annotations = new AnnotationX[annos.length];
                        for (int i = 0; i < annos.length; i++) {
                                        Annotation annotation = annos[i];
-                                       System.err.println(annotation);
                                        ResolvedType rtx = world.resolve(UnresolvedType.forName(annotation.getTypeName()));
                                        annotationTypes.add(rtx);
                                        annotations[i] = new AnnotationX(annotation,world);