diff options
Diffstat (limited to 'java/sca/modules')
-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} |