diff options
author | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-13 18:33:31 +0000 |
---|---|---|
committer | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-13 18:33:31 +0000 |
commit | 079bac4207e4df2638cda10337bec81b5da10823 (patch) | |
tree | 9dd101a8296c9a698a3ff01c4a8215522a933837 | |
parent | 1e5cc50809f7a081137e05c54eebaa70c844109a (diff) |
Fix for erroneous error message (NoWsdlInterface) in binding-ws-wsdlgen module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774481 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/modules/binding-ws-wsdlgen/src/main/resources/wsdlgen-validation-messages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/binding-ws-wsdlgen/src/main/resources/wsdlgen-validation-messages.properties b/java/sca/modules/binding-ws-wsdlgen/src/main/resources/wsdlgen-validation-messages.properties index 4bfbdd2901..1450fa94a1 100644 --- a/java/sca/modules/binding-ws-wsdlgen/src/main/resources/wsdlgen-validation-messages.properties +++ b/java/sca/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} |