diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 09:47:50 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 09:47:50 +0000 |
commit | 67fa2c24a4e522635c3a09b1deee523d2ba10000 (patch) | |
tree | 3b3b10b4e9325f9648802cb6981d4aa9fa95a9da /sca-java-1.x/trunk | |
parent | 9a342e14225a7dfafff2baf0166f205c44a46873 (diff) |
Merge r1001710 Fix incorrect substitution parameters in message template
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027429 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk')
-rw-r--r-- | sca-java-1.x/trunk/modules/binding-ws-wsdlgen/src/main/resources/wsdlgen-validation-messages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/modules/binding-ws-wsdlgen/src/main/resources/wsdlgen-validation-messages.properties b/sca-java-1.x/trunk/modules/binding-ws-wsdlgen/src/main/resources/wsdlgen-validation-messages.properties index 4bfbdd2901..1450fa94a1 100644 --- a/sca-java-1.x/trunk/modules/binding-ws-wsdlgen/src/main/resources/wsdlgen-validation-messages.properties +++ b/sca-java-1.x/trunk/modules/binding-ws-wsdlgen/src/main/resources/wsdlgen-validation-messages.properties @@ -28,4 +28,4 @@ PortTypeNotFound = PortType {0} in {1}/{2} was not found BindingNotFound = Binding {0} in {1}/{2} was not found InvalidPort = Port {0}/{1} in {2}/{3} is not supported NoValidPorts = No valid ports for service {0} in {1}/{2} -NoWsdlInterface = No WSDL interface definition for {1}/{2} +NoWsdlInterface = No WSDL interface definition for {0}/{1} |