Author: ffang
Date: Sun Jan 6 00:52:45 2013
New Revision: 1429447
URL: http://svn.apache.org/viewvc?rev=1429447&view=rev
Log:
[CXF-4730]unwanted {0} in the NO_SETTER_OR_FIELD_FOR_RESOURCE from cxf-api
Messages.properties
Modified:
cxf/branches/2.5.x-fixes/common/common/src/main/java/org/apache/cxf/common/injection/Messages.properties
Modified:
cxf/branches/2.5.x-fixes/common/common/src/main/java/org/apache/cxf/common/injection/Messages.properties
URL:
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/common/common/src/main/java/org/apache/cxf/common/injection/Messages.properties?rev=1429447&r1=1429446&r2=1429447&view=diff
==============================================================================
---
cxf/branches/2.5.x-fixes/common/common/src/main/java/org/apache/cxf/common/injection/Messages.properties
(original)
+++
cxf/branches/2.5.x-fixes/common/common/src/main/java/org/apache/cxf/common/injection/Messages.properties
Sun Jan 6 00:52:45 2013
@@ -29,5 +29,5 @@ PRE_DESTROY_NOT_VISIBLE=Method annotated
PRE_DESTROY_THREW_EXCEPTION=Method annotated by @PreDestroy throws exception
when invoked
SETTER_INJECTION_WITH_INCORRECT_TYPE=setter for resource found but with wrong
signature: {0}
RESOURCE_NAME_NOT_SPECIFIED=Resource annotation on {0} must specify resource
name
-NO_SETTER_OR_FIELD_FOR_RESOURCE=Resource annotation {0} on {0} but no field or
setter found.
-INJECTION_SETTER_METHOD_NOT_FOUND = Can''t find the injection setter method:
{0}
\ No newline at end of file
+NO_SETTER_OR_FIELD_FOR_RESOURCE=Resource annotation on {0} but no field or
setter found.
+INJECTION_SETTER_METHOD_NOT_FOUND = Can''t find the injection setter method:
{0}