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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Apr 13 13:33:09 EDT 2010


Author: marius.bogoevici
Date: 2010-04-13 13:33:09 -0400 (Tue, 13 Apr 2010)
New Revision: 6108

Modified:
   core/trunk/impl/src/main/resources/org/jboss/weld/messages/validator_en.properties
Log:
Corrected wording on NOT_PROXYABLE_FINAL_TYPE_OR_METHOD: should refer to final and not private types and methods.

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-04-13 15:40:34 UTC (rev 6107)
+++ core/trunk/impl/src/main/resources/org/jboss/weld/messages/validator_en.properties	2010-04-13 17:33:09 UTC (rev 6108)
@@ -34,7 +34,7 @@
 NOT_PROXYABLE_UNKNOWN=Normal scoped bean {0} is not proxyable for an unknown reason.
 NOT_PROXYABLE_NO_CONSTRUCTOR=Normal scoped bean {0} is not proxyable because it has no no-args constructor.
 NOT_PROXYABLE_PRIVATE_CONSTRUCTOR=Normal scoped bean {0} is not proxyable because it has a private no-args constructor {1}.
-NOT_PROXYABLE_FINAL_TYPE_OR_METHOD=Normal scoped bean {0} is not proxyable because the type is private or it contains a prive method {1}.
+NOT_PROXYABLE_FINAL_TYPE_OR_METHOD=Normal scoped bean {0} is not proxyable because the type is final or it contains a final method {1}.
 NOT_PROXYABLE_PRIMITIVE=Normal scoped bean {0} is not proxyable because it is a primitive
 NOT_PROXYABLE_ARRAY_TYPE=Normal scoped bean {0} is not proxyable because it is an array type
 SCOPE_ANNOTATION_ON_INJECTION_POINT=Scope type {0} used on injection point {1}
\ No newline at end of file



More information about the weld-commits mailing list