You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2018/04/10 08:32:53 UTC

[cxf] branch master updated: make checkstyle happy

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

ffang 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 14d1f10  make checkstyle happy
14d1f10 is described below

commit 14d1f10a2e694ee9862053f4fa791f095767d8be
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Tue Apr 10 16:32:40 2018 +0800

    make checkstyle happy
---
 .../src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java b/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java
index 88f6019..28d2456 100644
--- a/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java
+++ b/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java
@@ -901,7 +901,7 @@ public abstract class AbstractCodegenMoho extends AbstractMojo {
                 if (targetArtifact.getClassifier() != null && pArtifact.getClassifier() != null 
                         && targetArtifact.getClassifier().equals(pArtifact.getClassifier()) 
                         && artifactMatched) {
-                	//handle multile classifiers
+                    //handle multile classifiers
                     return pArtifact;
                 } else if (artifactMatched && targetArtifact.getClassifier() == null) {
                     return pArtifact;

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