From: aclement Date: Mon, 31 Jan 2005 13:18:59 +0000 (+0000) Subject: Remove message about binding restriction for @annotation X-Git-Tag: Root_AspectJ5_Development~19 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4219b414709e2b34709db5cf536af3731963f9de;p=aspectj.git Remove message about binding restriction for @annotation --- diff --git a/weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java b/weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java index df35459eb..e59907592 100644 --- a/weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java +++ b/weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java @@ -39,11 +39,6 @@ public class BindingAnnotationTypePattern extends ExactAnnotationTypePattern imp } public void resolveBinding(World world) { - // For 1.5.0 M1 - IMessage lim = MessageUtil.error("Binding not supported in @pcds (1.5.0 M1 limitation): " + - getSourceLocation()); - world.getMessageHandler().handleMessage(lim); - // End of 1.5.0 M1 if (resolved) return; resolved = true;