Author: veithen Date: Wed May 1 07:38:04 2013 New Revision: 1477922 URL: http://svn.apache.org/r1477922 Log: Fixed a mistake in the documentation of writeStubToTestSources.
Modified: axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/GenerateSourcesMojo.java Modified: axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/GenerateSourcesMojo.java URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/GenerateSourcesMojo.java?rev=1477922&r1=1477921&r2=1477922&view=diff ============================================================================== --- axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/GenerateSourcesMojo.java (original) +++ axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/GenerateSourcesMojo.java Wed May 1 07:38:04 2013 @@ -39,7 +39,7 @@ public class GenerateSourcesMojo extends /** * Flag indicating whether the stub and locator should be written to * {@link #sourceOutputDirectory} (<code>false</code>) or to {@link #testSourceOutputDirectory} - * (<code>false</code>). Set this parameter to <code>true</code> if the main artifact of your + * (<code>true</code>). Set this parameter to <code>true</code> if the main artifact of your * project should not contain client-side code, but you need it in your test cases. Note that * this parameter is only meaningful if <code>generate</code> is set to <code>both</code>. *