This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch 3.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
Advertising
commit a07b57324a504d496d650ef35b25fbe490e0e763
Author: Freeman Fang <freeman.f...@gmail.com>
AuthorDate: Tue Apr 10 16:32:40 2018 +0800
make checkstyle happy
(cherry picked from commit 14d1f10a2e694ee9862053f4fa791f095767d8be)
---
.../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 4597f7e..9468310 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
@@ -884,7 +884,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
ff...@apache.org.