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

dkulp pushed a commit to branch 3.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.1.x-fixes by this push:
     new a41fdc9  Use correct stringutils
a41fdc9 is described below

commit a41fdc9875b605c10e098030534a43a6029f5242
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Fri Jun 1 16:40:47 2018 -0400

    Use correct stringutils
    
    (cherry picked from commit cac3cfe1b7f759d49db12b9dea5d7a3ab94dbd48)
---
 .../src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WsdlOption.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WsdlOption.java
 
b/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WsdlOption.java
index be3d3d9..1ebaa12 100644
--- 
a/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WsdlOption.java
+++ 
b/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WsdlOption.java
@@ -24,7 +24,7 @@ import java.net.URI;
 import java.util.ArrayList;
 import java.util.List;
 
-import org.apache.commons.lang3.StringUtils;
+import org.apache.cxf.common.util.StringUtils;
 import org.apache.cxf.common.util.URIParserUtil;
 import org.apache.cxf.maven_plugin.WsdlArtifact;
 import org.apache.cxf.tools.common.ToolConstants;

-- 
To stop receiving notification emails like this one, please contact
dk...@apache.org.

Reply via email to