Author: mmao
Date: Thu Nov 15 22:57:56 2007
New Revision: 595581
URL: http://svn.apache.org/viewvc?rev=595581&view=rev
Log:
Fix typos, Thanks Glen
Modified:
incubator/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java
Modified:
incubator/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java?rev=595581&r1=595580&r2=595581&view=diff
==============================================================================
---
incubator/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java
(original)
+++
incubator/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java
Thu Nov 15 22:57:56 2007
@@ -73,8 +73,8 @@
WsdlOption wsdlOptions[];
/**
- * Use the compile classspath rather than the test classpath for execution
- * usefull if the test dependencies clash with thoes of wsdl2java
+ * Use the compile classpath rather than the test classpath for execution
+ * useful if the test dependencies clash with those of wsdl2java
* @parameter
*/
boolean useCompileClasspath;