Author: gmazza
Date: Thu May 20 04:30:49 2010
New Revision: 946523

URL: http://svn.apache.org/viewvc?rev=946523&view=rev
Log:
Typos and grammatical errors fixed (CXF-2817)

Modified:
    
cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties

Modified: 
cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties
URL: 
http://svn.apache.org/viewvc/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties?rev=946523&r1=946522&r2=946523&view=diff
==============================================================================
--- 
cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties
 (original)
+++ 
cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties
 Thu May 20 04:30:49 2010
@@ -18,6 +18,6 @@
 #    under the License.
 #
 #
-NON_UNIQUE_BODY = Non unique body parts! In a port, operations must have 
unique operation signaure on the wire for successful dispatch. In port {0}, 
Operations \"{1}\" and \"{2}\" have the same request body block {3}  
-WRAPPER_STYLE_NAME_COLLISION = Element {0} has Having the same name with 
different types[{1} -- {2}],  In wrapper style, there is a collision as per the 
spec.
-FAULT_WITH_MULTIPLE_PARTS = Fault message {0} has multiple parts which is 
against WSDL specification.
\ No newline at end of file
+NON_UNIQUE_BODY = Non-unique body parts! In a port, operations must have 
unique operation signatures on the wire for successful dispatching. In port 
{0}, operations \"{1}\" and \"{2}\" have the same request body block {3}  
+WRAPPER_STYLE_NAME_COLLISION = Element {0} has the same name with different 
types[{1} -- {2}].  This will cause a collision in wrapper style as per the 
spec.
+FAULT_WITH_MULTIPLE_PARTS = Fault message {0} has multiple parts which is 
disallowed by the WSDL specification.
\ No newline at end of file


Reply via email to