]> source.dussan.org Git - aspectj.git/commitdiff
Remove message about binding restriction for @annotation
authoraclement <aclement>
Mon, 31 Jan 2005 13:18:59 +0000 (13:18 +0000)
committeraclement <aclement>
Mon, 31 Jan 2005 13:18:59 +0000 (13:18 +0000)
weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java

index df35459eb8d4bd9d2a1ca5d1f68be08fed909f47..e5990759253e0273f45410577f569446e26ac971 100644 (file)
@@ -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;