You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2021/02/23 11:08:02 UTC

[cxf] branch master updated: Using "does not" in log message

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new ee2e5ee  Using "does not" in log message
ee2e5ee is described below

commit ee2e5ee16fe802cc1f4010b59b73c5ef53777429
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 23 11:07:45 2021 +0000

    Using "does not" in log message
---
 .../org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/corba/src/main/java/org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.java b/tools/corba/src/main/java/org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.java
index 141748f..4428d61 100644
--- a/tools/corba/src/main/java/org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.java
+++ b/tools/corba/src/main/java/org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.java
@@ -1431,7 +1431,7 @@ public class WSDLToCorbaHelper {
                 } else if (fields.size() == 1) {
                     caselist.add("TRUE");
                 } else {
-                    String msg = "Discriminator Type doesn't match number of Choices in Union:" + name;
+                    String msg = "Discriminator Type does not match number of Choices in Union:" + name;
                     LOG.log(Level.WARNING, msg);
                 }
             }