andymc12 commented on a change in pull request #740:
URL: https://github.com/apache/cxf/pull/740#discussion_r561041147
##########
File path:
tools/corba/src/main/java/org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.java
##########
@@ -1431,7 +1431,7 @@ private CorbaType processOMGUnion(XmlSchemaComplexType
complex, QName defaultNam
} else if (fields.size() == 1) {
caselist.add("TRUE");
} else {
- String msg = "Discriminator Type doesnt match number of
Choices in Union:" + name;
+ String msg = "Discriminator Type doesn't match number of
Choices in Union:" + name;
Review comment:
```suggestion
String msg = "Discriminator Type does not match number
of Choices in Union:" + name;
```
For log messages, it might be easier to translate "does not" than "doesn't".
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]