Author: ffang
Date: Sat Jan  5 10:12:43 2013
New Revision: 1429242

URL: http://svn.apache.org/viewvc?rev=1429242&view=rev
Log:
[CXF-4730]unwanted {0} in the NO_SETTER_OR_FIELD_FOR_RESOURCE from cxf-api 
Messages.properties

Modified:
    
cxf/trunk/api/src/main/java/org/apache/cxf/common/injection/Messages.properties

Modified: 
cxf/trunk/api/src/main/java/org/apache/cxf/common/injection/Messages.properties
URL: 
http://svn.apache.org/viewvc/cxf/trunk/api/src/main/java/org/apache/cxf/common/injection/Messages.properties?rev=1429242&r1=1429241&r2=1429242&view=diff
==============================================================================
--- 
cxf/trunk/api/src/main/java/org/apache/cxf/common/injection/Messages.properties 
(original)
+++ 
cxf/trunk/api/src/main/java/org/apache/cxf/common/injection/Messages.properties 
Sat Jan  5 10:12:43 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}


Reply via email to