You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/05/08 22:10:16 UTC

svn commit: r1335736 - /cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WSDL2JavaMojo.java

Author: dkulp
Date: Tue May  8 20:10:15 2012
New Revision: 1335736

URL: http://svn.apache.org/viewvc?rev=1335736&view=rev
Log:
Editor screwed up some formatting.

Modified:
    cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WSDL2JavaMojo.java

Modified: cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WSDL2JavaMojo.java
URL: http://svn.apache.org/viewvc/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WSDL2JavaMojo.java?rev=1335736&r1=1335735&r2=1335736&view=diff
==============================================================================
--- cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WSDL2JavaMojo.java (original)
+++ cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WSDL2JavaMojo.java Tue May  8 20:10:15 2012
@@ -172,7 +172,7 @@ public class WSDL2JavaMojo extends Abstr
     }
 
     protected List<String> generateCommandLine(GenericWsdlOption wsdlOption)
-    throws MojoExecutionException {
+        throws MojoExecutionException {
         List<String> ret = super.generateCommandLine(wsdlOption);
         if (encoding != null) {
             ret.add(0, "-encoding");
@@ -257,7 +257,7 @@ public class WSDL2JavaMojo extends Abstr
      * @throws MojoExecutionException
      */
     protected List<GenericWsdlOption> createWsdlOptionsFromScansAndExplicitWsdlOptions()
-    throws MojoExecutionException {
+        throws MojoExecutionException {
         List<GenericWsdlOption> effectiveWsdlOptions = new ArrayList<GenericWsdlOption>();
 
         if (wsdlOptions != null) {