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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Feb 17 05:56:39 EST 2010


Author: pete.muir at jboss.org
Date: 2010-02-17 05:56:38 -0500 (Wed, 17 Feb 2010)
New Revision: 5858

Modified:
   core/trunk/impl/src/main/resources/org/jboss/weld/messages/bean_en.properties
Log:
unbreak build

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-02-16 22:38:58 UTC (rev 5857)
+++ core/trunk/impl/src/main/resources/org/jboss/weld/messages/bean_en.properties	2010-02-17 10:56:38 UTC (rev 5858)
@@ -92,5 +92,4 @@
 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
-INITIALIZER_CANNOT_BE_PRODUCER=Initializer method {0} cannot be annotated @Produces on {1}
 INJECTED_FIELD_CANNOT_BE_PRODUCER=Injected field {0} cannot be annotated @Produces on {1}



More information about the weld-commits mailing list