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
commit da0a635d19ffabe35364c675fa543879efce2479 Author: Daniel Kulp <[email protected]> AuthorDate: Wed Sep 27 08:44:41 2017 -0400 Update some javadoc (cherry picked from commit 85424164c319cac0f8ae357d81e7301f567a3fe0) --- .../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 0e7a78a..472b596 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 "[email protected]" <[email protected]>.
