summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-27 12:47:45 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-27 12:47:45 +0000
commit220d3e355cac7b6a43a622cf1591bcae008249cf (patch)
treef15f5bb4081653a2b0f8f528ae9fd15d75d308dc /sca-java-1.x
parente5a7719240bdea5d312d1f347820015ffb1add6d (diff)
Fix incorrect substitution parameters in message template
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001710 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-wsdlgen/src/main/resources/wsdlgen-validation-messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-wsdlgen/src/main/resources/wsdlgen-validation-messages.properties b/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-wsdlgen/src/main/resources/wsdlgen-validation-messages.properties
index 4bfbdd2901..1450fa94a1 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-wsdlgen/src/main/resources/wsdlgen-validation-messages.properties
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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}