Author: dazarov
Date: 2011-07-27 19:52:18 -0400 (Wed, 27 Jul 2011)
New Revision: 33282
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties
Log:
https://issues.jboss.org/browse/JBIDE-9418
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties
===================================================================
---
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties 2011-07-27
23:38:28 UTC (rev 33281)
+++
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties 2011-07-27
23:52:18 UTC (rev 33282)
@@ -100,8 +100,8 @@
ILLEGAL_INTERCEPTOR_BINDING_CLASS=The bean class of a managed bean that declares an
interceptor binding must not be declared final [JSR-299 �9.3]
ILLEGAL_INTERCEPTOR_BINDING_METHOD=A non-static, non-private method of a bean class of a
managed bean that declares an interceptor binding must not be declared final [JSR-299
�9.3]
CONFLICTING_INTERCEPTOR_BINDINGS=The set of interceptor bindings of a bean or
interceptor, including bindings inherited from stereotypes and other interceptor bindings,
has two instances of a certain interceptor binding type and the instances have different
values of some annotation member [JSR-299 �9.5.2]
-OBSERVER_IN_DECORATOR=Interceptor cannot have a method with a parameter annotated
@Observes [JSR-299 �10.4.2]
-OBSERVER_IN_INTERCEPTOR=Decorator cannot have a method with a parameter annotated
@Observes [JSR-299 �10.4.2]
+OBSERVER_IN_DECORATOR=Decorator cannot have a method with a parameter annotated @Observes
[JSR-299 �10.4.2]
+OBSERVER_IN_INTERCEPTOR=Interceptor cannot have a method with a parameter annotated
@Observes [JSR-299 �10.4.2]
INTERCEPTOR_IS_ALTERNATIVE=Interceptor is an alternative [JSR-299 �2.6.1]
DECORATOR_IS_ALTERNATIVE=Decorator is an alternative [JSR-299 �2.6.1]
MISSING_INTERCEPTOR_BINDING=Interceptor declared using @Interceptor must specify at least
one interceptor binding [JSR-299 �9.2]