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

dkulp 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 8542416  Update some javadoc
8542416 is described below

commit 85424164c319cac0f8ae357d81e7301f567a3fe0
Author: Daniel Kulp <d...@kulp.com>
AuthorDate: Wed Sep 27 08:44:41 2017 -0400

    Update some javadoc
---
 .../src/main/java/org/apache/cxf/maven_plugin/wsdl2java/Option.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/Option.java
 
b/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/Option.java
index f9b04d1..283b6f5 100644
--- 
a/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/Option.java
+++ 
b/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/Option.java
@@ -113,12 +113,12 @@ public class Option {
     Boolean wsdlList;
 
     /**
-     * Specifies the frontend. Default is JAXWS. Currently supports only JAXWS 
frontend.
+     * Specifies the frontend. Default is JAXWS. Currently supports "JAXWS" 
and "CXF" frontends.
      */
     String frontEnd;
 
     /**
-     * Specifies the databinding. Default is JAXB. Currently supports only 
JAXB databinding.
+     * Specifies the databinding. Default is JAXB.
      */
     String dataBinding;
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <commits@cxf.apache.org>'].

Reply via email to