You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by mc...@apache.org on 2008/04/04 22:59:14 UTC

svn commit: r644915 - in /incubator/tuscany/java/sca/tools/wsdl2java/src/main/java/org/apache/tuscany/tools/wsdl2java/generate: RemotableInterfaceWritter.java WSDL2JavaGenerator.java

Author: mcombellack
Date: Fri Apr  4 13:59:13 2008
New Revision: 644915

URL: http://svn.apache.org/viewvc?rev=644915&view=rev
Log:
Update to fix minor spelling mistakes in the JavaDoc and comments

Modified:
    incubator/tuscany/java/sca/tools/wsdl2java/src/main/java/org/apache/tuscany/tools/wsdl2java/generate/RemotableInterfaceWritter.java
    incubator/tuscany/java/sca/tools/wsdl2java/src/main/java/org/apache/tuscany/tools/wsdl2java/generate/WSDL2JavaGenerator.java

Modified: incubator/tuscany/java/sca/tools/wsdl2java/src/main/java/org/apache/tuscany/tools/wsdl2java/generate/RemotableInterfaceWritter.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/wsdl2java/src/main/java/org/apache/tuscany/tools/wsdl2java/generate/RemotableInterfaceWritter.java?rev=644915&r1=644914&r2=644915&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tools/wsdl2java/src/main/java/org/apache/tuscany/tools/wsdl2java/generate/RemotableInterfaceWritter.java (original)
+++ incubator/tuscany/java/sca/tools/wsdl2java/src/main/java/org/apache/tuscany/tools/wsdl2java/generate/RemotableInterfaceWritter.java Fri Apr  4 13:59:13 2008
@@ -42,11 +42,11 @@
      */
     @Override
     public void loadTemplate() throws CodeGenerationException {
-        // the default behavior for the class writers is to use the property map from the languge specific types
+        // the default behavior for the class writers is to use the property map from the language specific types
         // The properties are arranged in the following order
         // <lang-name>.* .template=<write-class>,<template-name>
 
-        //overrida original behaviour to always load the template we specified
+        //override original behaviour to always load the template we specified
         this.xsltStream = this.getClass().getResourceAsStream(REMOTABLE_INTERFACE_TEMPLATE);
 
     }

Modified: incubator/tuscany/java/sca/tools/wsdl2java/src/main/java/org/apache/tuscany/tools/wsdl2java/generate/WSDL2JavaGenerator.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/wsdl2java/src/main/java/org/apache/tuscany/tools/wsdl2java/generate/WSDL2JavaGenerator.java?rev=644915&r1=644914&r2=644915&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tools/wsdl2java/src/main/java/org/apache/tuscany/tools/wsdl2java/generate/WSDL2JavaGenerator.java (original)
+++ incubator/tuscany/java/sca/tools/wsdl2java/src/main/java/org/apache/tuscany/tools/wsdl2java/generate/WSDL2JavaGenerator.java Fri Apr  4 13:59:13 2008
@@ -74,7 +74,7 @@
      * <wsdl-file> For example: generate somedir/somefile.wsdl Basic options:
      * -targetDirectory Generates the Java source code in the specified
      * directory. By default, the code is generated in the same directory as the
-     * input wsdl file. -javaPackage Overrides the Java package for the
+     * input WSDL file. -javaPackage Overrides the Java package for the
      * generated classes. By default the package name is derived from the
      * targetNamespace of the WSDL definition being generated. For example, if
      * the targetNamespace is "http://www.example.com/simple", the default
@@ -323,7 +323,7 @@
                 }
 
                 // Process all the SDO packages
-                // Populate the qname -> interfaceName typeMapping table
+                // Populate the QName -> interfaceName typeMapping table
                 for (GenPackage currentGenPackage : genPackages) {
                     EPackage currentEPackage = currentGenPackage.getEcorePackage();
                     



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org