From: aclement Date: Thu, 10 Mar 2005 17:32:27 +0000 (+0000) Subject: FIXME altered - now names culprit (me) X-Git-Tag: V1_5_0M2~71 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8ef6f44f170c728557892b32d242dcbf5c8dec28;p=aspectj.git FIXME altered - now names culprit (me) --- diff --git a/weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java b/weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java index e4040819e..3d8ad311f 100644 --- a/weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java +++ b/weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java @@ -59,7 +59,7 @@ public class BindingAnnotationTypePattern extends ExactAnnotationTypePattern imp resolved = false; } else { // Get the retention policy annotation, and check the value is RetentionPolicy.RUNTIME; - // FIXME invention required, implement this ! + // FIXME asc invention required, implement this ! // if (!annotationType.hasRuntimeRetention()) { // ResolvedTypeX[] allAs = annotationType.getAnnotationTypes(); // for (int i = 0; i < allAs.length; i++) {