[weld-commits] Weld SVN: r5478 - core/trunk/impl/src/main/resources/org/jboss/weld/messages.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Jan 15 08:55:01 EST 2010


Author: nickarls
Date: 2010-01-15 08:55:00 -0500 (Fri, 15 Jan 2010)
New Revision: 5478

Modified:
   core/trunk/impl/src/main/resources/org/jboss/weld/messages/bean_en.properties
   core/trunk/impl/src/main/resources/org/jboss/weld/messages/beanmanager_en.properties
   core/trunk/impl/src/main/resources/org/jboss/weld/messages/bootstrap_en.properties
   core/trunk/impl/src/main/resources/org/jboss/weld/messages/metadata_en.properties
   core/trunk/impl/src/main/resources/org/jboss/weld/messages/util_en.properties
   core/trunk/impl/src/main/resources/org/jboss/weld/messages/validator_en.properties
   core/trunk/impl/src/main/resources/org/jboss/weld/messages/xml_en.properties
Log:
remove extra \

Modified: core/trunk/impl/src/main/resources/org/jboss/weld/messages/bean_en.properties
===================================================================
--- core/trunk/impl/src/main/resources/org/jboss/weld/messages/bean_en.properties	2010-01-15 13:53:21 UTC (rev 5477)
+++ core/trunk/impl/src/main/resources/org/jboss/weld/messages/bean_en.properties	2010-01-15 13:55:00 UTC (rev 5478)
@@ -21,12 +21,12 @@
 DELEGATE_INJECTION_POINT_NOT_FOUND=Delegate injection point not found on decorator {0}
 ANNOTATION_NOT_BINDING=The annotation {0} is not a binding for {1}
 DUPLICATE_BINDING=The annotation {0} is already present in the bindings list for {1}
-TYPE_PARAMETER_MUST_BE_CONCRETE=Type parameter must be a concrete type\:  {0}
+TYPE_PARAMETER_MUST_BE_CONCRETE=Type parameter must be a concrete type:  {0}
 DISPOSE_NOT_FIRST_PARAM={0} does not have @Dispose as first parameter
 MULTIPLE_DISPOSE_PARAMS={0} has more than one @Dispose parameter
 INCONSISTENT_ANNOTATIONS_ON_METHOD={0} is not allowed on same method as {1}, see {2}
 METHOD_NOT_BUSINESS_METHOD=Method {0} must be declared on a business interface of {1}
-BEAN_NOT_EE_RESOURCE_PRODUCER=The following bean is not an EE resource producer\:  {0}
+BEAN_NOT_EE_RESOURCE_PRODUCER=The following bean is not an EE resource producer:  {0}
 NULL_INSTANCE=Unable to obtain instance from {0}
 VALIDATION_SERVICE_NOT_AVAILABLE=ValidationServices are not available
 INVALID_RESOURCE_PRODUCER_FIELD=Tried to create an EEResourceProducerField, but no @Resource, @PersistenceContext, @PersistenceUnit, @WebServiceRef or @EJB is present {0}
@@ -39,9 +39,9 @@
 PROXY_INSTANTIATION_FAILED=Could not instantiate client proxy for {0}
 PROXY_INSTANTIATION_BEAN_ACCESS_FAILED=Could not access bean correctly when creating client proxy for {0}
 BEAN_ID_CREATION_FAILED=There was an error creating an id for {0}
-UNEXPECTED_UNWRAPPED_CUSTOM_DECORATOR=Unexpected unwrapped custom decorator instance\: {0}
+UNEXPECTED_UNWRAPPED_CUSTOM_DECORATOR=Unexpected unwrapped custom decorator instance: {0}
 INVALID_REMOVE_METHOD_INVOCATION=Cannot call EJB remove method directly on non-dependent scoped bean {0}
-DELEGATE_NOT_ON_DECORATOR=Cannot place @Delegate at an injection point which is not on a Decorator\: {0}
+DELEGATE_NOT_ON_DECORATOR=Cannot place @Delegate at an injection point which is not on a Decorator: {0}
 TYPED_CLASS_NOT_IN_HIERARCHY=@Typed class {0} is not present in the type hierarchy {1}
 MULTIPLE_SCOPES_FOUND_FROM_STEREOTYPES=All stereotypes must specify the same scope OR a scope must be specified on {0}
 NON_CONTAINER_DECORATOR=Cannot operate on non container provided decorator {0}
@@ -49,18 +49,18 @@
 INTERCEPTION_TYPE_NOT_LIFECYCLE=InterceptionType must be lifecycle, but it is {0}
 PROXY_REQUIRED=Proxy required
 ONLY_ONE_SCOPE_ALLOWED=At most one scope may be specified on {0}
-SPECIALIZING_BEAN_MUST_EXTEND_A_BEAN=Specializing bean must extend another bean\:  {0}
+SPECIALIZING_BEAN_MUST_EXTEND_A_BEAN=Specializing bean must extend another bean:  {0}
 CONFLICTING_INTERCEPTOR_BINDINGS=Conflicting interceptor bindings found on {0}
 INVOCATION_ERROR=Unable to invoke {0} on {1}
 PRODUCER_CAST_ERROR=Cannot cast producer type {0} to bean type {1}
-RETURN_TYPE_MUST_BE_CONCRETE=Return type must be concrete\:  {0}
-NULL_NOT_ALLOWED_FROM_PRODUCER=Cannot return null from a non-dependent producer method\:  {0}
-NON_SERIALIZABLE_PRODUCT_ERROR=Producers cannot declare passivating scope and return a non-serializable class\:  {0}
+RETURN_TYPE_MUST_BE_CONCRETE=Return type must be concrete:  {0}
+NULL_NOT_ALLOWED_FROM_PRODUCER=Cannot return null from a non-dependent producer method:  {0}
+NON_SERIALIZABLE_PRODUCT_ERROR=Producers cannot declare passivating scope and return a non-serializable class:  {0}
 NON_SERIALIZABLE_FIELD_INJECTION_ERROR=Producers cannot produce non-serializable instances for injection into non-transient fields of passivating beans\\n\\nProducer\:  {0}\\nInjection Point\:  {1}
 NON_SERIALIZABLE_INITIALIZER_PARAM_INJECTION_ERROR=Producers cannot produce non-serializable instances for injection into parameters of initializers of beans declaring passivating scope.\\n\\nBean\:  {0}\\nInjection Point\:  {1}
 NON_SERIALIZABLE_PRODUCER_PARAM_INJECTION_ERROR=Producers cannot produce non-serializable instances for injection into parameters of producer methods declaring passivating scope.\\n\\nBean\:  {0}\\nInjection Point\:  {1}
 NON_SERIALIZABLE_CONSTRUCTOR_PARAM_INJECTION_ERROR=Producers cannot produce non-serializable instances for injection into parameters of constructors of beans declaring passivating scope.\\n\\nBean\:  {0}\\nInjection Point\:  {1}
-DELEGATE_ON_NON_INITIALIZER_METHOD=Method with @Delegate parameter must be an initializer method\:  {0}
+DELEGATE_ON_NON_INITIALIZER_METHOD=Method with @Delegate parameter must be an initializer method:  {0}
 NO_DELEGATE_FOR_DECORATOR=No delegate injection points defined for {0}
 TOO_MANY_DELEGATES_FOR_DECORATOR=Too many delegate injection points defined for {0}
 DELEGATE_MUST_SUPPORT_EVERY_DECORATED_TYPE=The delegate type must extend or implement every decorated type.  Decorated type {0} on {1}
@@ -70,25 +70,25 @@
 MISSING_BINDING_ON_INTERCEPTOR=An interceptor must have at least one binding, but {0} has none
 SIMPLE_BEAN_AS_NON_STATIC_INNER_CLASS_NOT_ALLOWED=Simple bean {0} cannot be a non-static inner class
 BEAN_MUST_BE_DEPENDENT=Managed bean {0} must be @Dependent
-PASSIVATING_BEAN_NEEDS_SERIALIZABLE_IMPL=Managed bean declaring a passivating scope must be passivation capable.  Bean\:  {0}
-FINAL_BEAN_CLASS_WITH_DECORATORS_NOT_ALLOWED=Bean class which has decorators cannot be declared final\:  {0}
+PASSIVATING_BEAN_NEEDS_SERIALIZABLE_IMPL=Managed bean declaring a passivating scope must be passivation capable.  Bean:  {0}
+FINAL_BEAN_CLASS_WITH_DECORATORS_NOT_ALLOWED=Bean class which has decorators cannot be declared final:  {0}
 FINAL_DECORATED_BEAN_METHOD_NOT_ALLOWED=Decorated bean method {0} (decorated by {1}) cannot be declared final
-PUBLIC_FIELD_ON_NORMAL_SCOPED_BEAN_NOT_ALLOWED=Normal scoped managed bean implementation class has a public field\:  {0}
-PARAMETER_ANNOTATION_NOT_ALLOWED_ON_CONSTRUCTOR=Managed bean constructor must not have a parameter annotated {0}\:  {1}
+PUBLIC_FIELD_ON_NORMAL_SCOPED_BEAN_NOT_ALLOWED=Normal scoped managed bean implementation class has a public field:  {0}
+PARAMETER_ANNOTATION_NOT_ALLOWED_ON_CONSTRUCTOR=Managed bean constructor must not have a parameter annotated {0}:  {1}
 MULTIPLE_DISPOSAL_METHODS=Cannot declare multiple disposal methods for this producer method.\\n\\nProducer method\:  {0}\\nDisposal methods\:  {1}
-PRODUCER_METHOD_NOT_SPECIALIZING=Specialized producer method does not override a method on the direct superclass\:  {0}
-EJB_NOT_FOUND=Could not find the EJB in JNDI\:  {0}
-EJB_CANNOT_BE_INTERCEPTOR=Enterprise beans cannot be interceptors\:  {0}
-EJB_CANNOT_BE_DECORATOR=Enterprise beans cannot be decorators\:  {0}
+PRODUCER_METHOD_NOT_SPECIALIZING=Specialized producer method does not override a method on the direct superclass:  {0}
+EJB_NOT_FOUND=Could not find the EJB in JNDI:  {0}
+EJB_CANNOT_BE_INTERCEPTOR=Enterprise beans cannot be interceptors:  {0}
+EJB_CANNOT_BE_DECORATOR=Enterprise beans cannot be decorators:  {0}
 SCOPE_NOT_ALLOWED_ON_STATELESS_SESSION_BEAN=Scope {0} is not allowed on stateless enterprise beans for {1}.  Only @Dependent is allowed on stateless enterprise beans.
 SCOPE_NOT_ALLOWED_ON_SINGLETON_BEAN=Scope {0} is not allowed on singleton enterprise beans for {1}.  Only @Dependent is allowed on singleton enterprise beans.
-SPECIALIZING_ENTERPRISE_BEAN_MUST_EXTEND_AN_ENTERPRISE_BEAN=Specializing enterprise bean must extend another enterprise bean\:  {0}
+SPECIALIZING_ENTERPRISE_BEAN_MUST_EXTEND_AN_ENTERPRISE_BEAN=Specializing enterprise bean must extend another enterprise bean:  {0}
 CANNOT_DESTROY_NULL_BEAN=Cannot destroy null instance of {0}
-CANNOT_DESTROY_ENTERPRISE_BEAN_NOT_CREATED=Cannot destroy session bean instance not created by the container\:  {0}
-MESSAGE_DRIVEN_BEANS_CANNOT_BE_MANAGED=Message driven beans cannot be Managed Beans\:  {0}
-OBSERVER_METHOD_MUST_BE_STATIC_OR_BUSINESS=Observer method must be static or local business method\:  {0} on {1}
-TOO_MANY_EJBS_FOR_CLASS=Unable to determine EJB for {0}, multiple EJBs with that class\:  {1}
+CANNOT_DESTROY_ENTERPRISE_BEAN_NOT_CREATED=Cannot destroy session bean instance not created by the container:  {0}
+MESSAGE_DRIVEN_BEANS_CANNOT_BE_MANAGED=Message driven beans cannot be Managed Beans:  {0}
+OBSERVER_METHOD_MUST_BE_STATIC_OR_BUSINESS=Observer method must be static or local business method:  {0} on {1}
+TOO_MANY_EJBS_FOR_CLASS=Unable to determine EJB for {0}, multiple EJBs with that class:  {1}
 ABSTRACT_METHOD_MUST_MATCH_DECORATED_TYPE=Method {0} defined on {1} does not match a method on decorated type {2} 
-IP_NOT_CONSTRUCTOR_OR_METHOD=Cannot handle injection point as a constructor or method\:  {0}
-PARAM_NOT_IN_PARAM_LIST=Parameter position {0} is not in the parameter list\:  {1}
+IP_NOT_CONSTRUCTOR_OR_METHOD=Cannot handle injection point as a constructor or method:  {0}
+PARAM_NOT_IN_PARAM_LIST=Parameter position {0} is not in the parameter list:  {1}
 CANNOT_READ_OBJECT=Cannot read object

Modified: core/trunk/impl/src/main/resources/org/jboss/weld/messages/beanmanager_en.properties
===================================================================
--- core/trunk/impl/src/main/resources/org/jboss/weld/messages/beanmanager_en.properties	2010-01-15 13:53:21 UTC (rev 5477)
+++ core/trunk/impl/src/main/resources/org/jboss/weld/messages/beanmanager_en.properties	2010-01-15 13:55:00 UTC (rev 5478)
@@ -1,6 +1,6 @@
 CANNOT_LOCATE_BEAN_MANAGER=Unable to locate BeanManager
 INVALID_QUALIFIER=Annotation {0} is not a qualifier
-DUPLICATE_QUALIFIERS=Duplicate qualifiers\:  {0}
+DUPLICATE_QUALIFIERS=Duplicate qualifiers:  {0}
 CONTEXT_NOT_ACTIVE=No active contexts for scope type {0}
 DUPLICATE_ACTIVE_CONTEXTS=More than one context active for scope type {0}
 SPECIFIED_TYPE_NOT_BEAN_TYPE=The given type {0} is not a type of the bean {1}
@@ -13,12 +13,12 @@
 DUPLICATE_INTERCEPTOR_BINDING=Duplicate interceptor binding type {0} found
 INTERCEPTOR_RESOLUTION_WITH_NONBINDING_TYPE=Trying to resolve interceptors with non-binding type {0}
 NON_NORMAL_SCOPE={0} is expected to be a normal scope type
-TOO_MANY_ACTIVITIES=More than one current activity for an active context\:  {0}
+TOO_MANY_ACTIVITIES=More than one current activity for an active context:  {0}
 NOT_INTERCEPTOR_BINDING_TYPE={0} is not an interceptor binding type
 NOT_STEREOTYPE={0} is not a stereotype
 AMBIGUOUS_BEANS_FOR_DEPENDENCY=Cannot resolve an ambiguous dependency between {0}
 NULL_BEAN_MANAGER_ID=Bean manager ID must not be null
-INJECTION_ON_NON_CONTEXTUAL=Cannot inject into a non-contextual type\:  {0}
+INJECTION_ON_NON_CONTEXTUAL=Cannot inject into a non-contextual type:  {0}
 MISSING_BEAN_CONSTRUCTOR_FOUND=Bean constructor was not found before but appears to be found now
 ERROR_INVOKING_POST_CONSTRUCT=Error invoking post construct method {0}
 ERROR_INVOKING_PRE_DESTROY=Error invoking pre-destroy method {0}

Modified: core/trunk/impl/src/main/resources/org/jboss/weld/messages/bootstrap_en.properties
===================================================================
--- core/trunk/impl/src/main/resources/org/jboss/weld/messages/bootstrap_en.properties	2010-01-15 13:53:21 UTC (rev 5477)
+++ core/trunk/impl/src/main/resources/org/jboss/weld/messages/bootstrap_en.properties	2010-01-15 13:55:00 UTC (rev 5478)
@@ -6,11 +6,11 @@
 FOUND_BEAN=Bean: {0}
 FOUND_INTERCEPTOR=Interceptor: {0}
 FOUND_DECORATOR=Decorator: {0}
-FOUND_OBSERVER_METHOD=ObserverMethod\: {0}
-ANNOTATION_TYPE_NULL=Cannot set the annotation type to null (if you want to stop the type being used, call veto())\:  {0}
-BEAN_TYPE_NOT_EJB=Bean type is not STATELESS, STATEFUL or SINGLETON\:  {0}
+FOUND_OBSERVER_METHOD=ObserverMethod: {0}
+ANNOTATION_TYPE_NULL=Cannot set the annotation type to null (if you want to stop the type being used, call veto()):  {0}
+BEAN_TYPE_NOT_EJB=Bean type is not STATELESS, STATEFUL or SINGLETON:  {0}
 BEAN_IS_BOTH_INTERCEPTOR_AND_DECORATOR=Class {0} has both @Interceptor and @Decorator annotations
-DEPLOYMENT_ARCHIVE_NULL=BeanDeploymentArchive must not be null\:  {0}
+DEPLOYMENT_ARCHIVE_NULL=BeanDeploymentArchive must not be null:  {0}
 DEPLOYMENT_REQUIRED=Must start the container with a deployment
 BEAN_STORE_MISSING=No application context BeanStore set
 MANAGER_NOT_INITIALIZED=Manager has not been initialized

Modified: core/trunk/impl/src/main/resources/org/jboss/weld/messages/metadata_en.properties
===================================================================
--- core/trunk/impl/src/main/resources/org/jboss/weld/messages/metadata_en.properties	2010-01-15 13:53:21 UTC (rev 5477)
+++ core/trunk/impl/src/main/resources/org/jboss/weld/messages/metadata_en.properties	2010-01-15 13:55:00 UTC (rev 5478)
@@ -1,5 +1,5 @@
 META_ANNOTATION_ON_WRONG_TYPE={0} can only be applied to an annotation.  It was applied to {1}
-NON_BINDING_MEMBER_TYPE=Member of array type or annotation type must be annotated @NonBinding\:  {0}
+NON_BINDING_MEMBER_TYPE=Member of array type or annotation type must be annotated @NonBinding:  {0}
 STEREOTYPE_NOT_REGISTERED=Stereotype {0} not registered with container
 QUALIFIER_ON_STEREOTYPE=Cannot declare qualifiers on stereotype {0}
 VALUE_ON_NAMED_STEREOTYPE=Cannot specify a value for @Named stereotype {0}

Modified: core/trunk/impl/src/main/resources/org/jboss/weld/messages/util_en.properties
===================================================================
--- core/trunk/impl/src/main/resources/org/jboss/weld/messages/util_en.properties	2010-01-15 13:53:21 UTC (rev 5477)
+++ core/trunk/impl/src/main/resources/org/jboss/weld/messages/util_en.properties	2010-01-15 13:55:00 UTC (rev 5478)
@@ -8,10 +8,10 @@
 INITIALIZER_CANNOT_BE_PRODUCER=Initializer method {0} cannot be annotated @Produces on {1}
 INITIALIZER_CANNOT_BE_DISPOSAL_METHOD=Initializer method {0} cannot have parameters annotated @Disposes on {1}
 INITIALIZER_CANNOT_BE_OBSERVER=Initializer method {0} cannot be annotated @Observes on {1}
-QUALIFIER_ON_FINAL_FIELD=Cannot place qualifiers on final fields\:  {0}
+QUALIFIER_ON_FINAL_FIELD=Cannot place qualifiers on final fields:  {0}
 TOO_MANY_INITIALIZERS=Cannot have more than one constructor annotated with @Initializer for {0}
 AMBIGUOUS_CONSTRUCTOR=Cannot determine constructor to use for {0}
-INVALID_QUANTITY_INJECTABLE_FIELDS_AND_INITIALIZER_METHODS=injectableFields and initializerMethods must have the same size.\\n\\nInjectable Fields\:  {0}\\nInitializerMethods\:  {1}
+INVALID_QUANTITY_INJECTABLE_FIELDS_AND_INITIALIZER_METHODS=injectableFields and initializerMethods must have the same size.\\n\\nInjectable Fields:  {0}\\nInitializerMethods:  {1}
 ANNOTATION_NOT_QUALIFIER=Annotation {0} is not a qualifier
 REDUNDANT_QUALIFIER=Qualifier {0} is already present in the set {1}
 UNABLE_TO_FIND_CONSTRUCTOR=Cannot determine constructor to use for {0}

Modified: core/trunk/impl/src/main/resources/org/jboss/weld/messages/validator_en.properties
===================================================================
--- core/trunk/impl/src/main/resources/org/jboss/weld/messages/validator_en.properties	2010-01-15 13:53:21 UTC (rev 5477)
+++ core/trunk/impl/src/main/resources/org/jboss/weld/messages/validator_en.properties	2010-01-15 13:55:00 UTC (rev 5478)
@@ -5,12 +5,12 @@
 NEW_WITH_QUALIFIERS=The injection point {0} is annotated with @New which cannot be combined with other qualifiers
 INJECTION_INTO_NON_BEAN=Cannot inject {0} in a class which isn't a bean
 INJECTION_INTO_NON_DEPENDENT_BEAN=Cannot inject {0} in a non @Dependent scoped bean
-INJECTION_POINT_WITH_TYPE_VARIABLE=Cannot declare an injection point with a type variable\:  {0}
-INJECTION_POINT_HAS_UNSATISFIED_DEPENDENCIES=Injection point has unsatisfied dependencies.  Injection point\:  {0};  Qualifiers\:  {1}
-INJECTION_POINT_HAS_AMBIGUOUS_DEPENDENCIES=Injection point has ambiguous dependencies.  Injection point\:  {0};  Qualifiers\:  {1}
+INJECTION_POINT_WITH_TYPE_VARIABLE=Cannot declare an injection point with a type variable:  {0}
+INJECTION_POINT_HAS_UNSATISFIED_DEPENDENCIES=Injection point has unsatisfied dependencies.  Injection point:  {0};  Qualifiers:  {1}
+INJECTION_POINT_HAS_AMBIGUOUS_DEPENDENCIES=Injection point has ambiguous dependencies.  Injection point:  {0};  Qualifiers:  {1}
 INJECTION_POINT_HAS_NON_PROXYABLE_DEPENDENCIES=The injection point {0} has non-proxyable dependencies
 INJECTION_POINT_HAS_NULLABLE_DEPENDENCIES=Injection point {0} has nullable dependencies
-NON_SERIALIZABLE_BEAN_INJECTED_INTO_PASSIVATING_BEAN=The bean {0} declares passivating scope but the producer returned a non-serializable bean for injection\:  {1}
+NON_SERIALIZABLE_BEAN_INJECTED_INTO_PASSIVATING_BEAN=The bean {0} declares passivating scope but the producer returned a non-serializable bean for injection:  {1}
 INJECTION_POINT_HAS_NON_SERIALIZABLE_DEPENDENCY=The bean {0} declares passivating scope but has non-serializable dependency {1}
 INTERCEPTOR_SPECIFIED_TWICE=Enabled interceptor class {0} specified twice
 INTERCEPTOR_NOT_ANNOTATED_OR_REGISTERED=Enabled interceptor class {0} is neither annotated @Interceptor nor registered through a portable extension
@@ -20,6 +20,6 @@
 ALTERNATIVE_STEREOTYPE_SPECIFIED_MULTIPLE_TIMES=Cannot enable the same alternative stereotype {0} in beans.xml
 ALTERNATIVE_BEAN_CLASS_NOT_ANNOTATED=Enabled alternative bean class {0} is not annotated @Alternative
 ALTERNATIVE_BEAN_CLASS_SPECIFIED_MULTIPLE_TIMES=Cannot enable the same alternative bean class {0} in beans.xml
-DISPOSAL_METHODS_WITHOUT_PRODUCER=The following disposal methods were declared but did not resolve to a producer method\:  {0}
-INJECTION_POINT_HAS_WILDCARD=An injection point of type {0} cannot have a wildcard type parameter\:  {0}
-INJECTION_POINT_MUST_HAVE_TYPE_PARAMETER=An injection point of type {0} must have a type parameter\:  {1}
+DISPOSAL_METHODS_WITHOUT_PRODUCER=The following disposal methods were declared but did not resolve to a producer method:  {0}
+INJECTION_POINT_HAS_WILDCARD=An injection point of type {0} cannot have a wildcard type parameter:  {0}
+INJECTION_POINT_MUST_HAVE_TYPE_PARAMETER=An injection point of type {0} must have a type parameter:  {1}

Modified: core/trunk/impl/src/main/resources/org/jboss/weld/messages/xml_en.properties
===================================================================
--- core/trunk/impl/src/main/resources/org/jboss/weld/messages/xml_en.properties	2010-01-15 13:53:21 UTC (rev 5477)
+++ core/trunk/impl/src/main/resources/org/jboss/weld/messages/xml_en.properties	2010-01-15 13:55:00 UTC (rev 5478)
@@ -2,6 +2,6 @@
 LOAD_ERROR=Error loading beans.xml {0}
 CANNOT_LOAD_CLASS=Could not load class {0}
 PARSING_ERROR=Error parsing {0}
-MULTIPLE_ALTERNATIVES=<alternatives> can only be specified once, but appears multiple times\:  {0}
-MULTIPLE_DECORATORS=<decorators> can only be specified once, but is specified multiple times\:  {0}
-MULTIPLE_INTERCEPTORS=<interceptor> can only be specified once, but it is specified multiple times\:  {0}
+MULTIPLE_ALTERNATIVES=<alternatives> can only be specified once, but appears multiple times:  {0}
+MULTIPLE_DECORATORS=<decorators> can only be specified once, but is specified multiple times:  {0}
+MULTIPLE_INTERCEPTORS=<interceptor> can only be specified once, but it is specified multiple times:  {0}



More information about the weld-commits mailing list