Author: mcombellack
Date: Fri Mar 21 13:11:37 2008
New Revision: 639789

URL: http://svn.apache.org/viewvc?rev=639789&view=rev
Log:
Minor JavaDoc updates and spelling corrections

Modified:
    
incubator/tuscany/java/sca/modules/implementation-script/src/main/java/org/apache/tuscany/sca/implementation/script/ScriptInvokerFactory.java

Modified: 
incubator/tuscany/java/sca/modules/implementation-script/src/main/java/org/apache/tuscany/sca/implementation/script/ScriptInvokerFactory.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-script/src/main/java/org/apache/tuscany/sca/implementation/script/ScriptInvokerFactory.java?rev=639789&r1=639788&r2=639789&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/implementation-script/src/main/java/org/apache/tuscany/sca/implementation/script/ScriptInvokerFactory.java
 (original)
+++ 
incubator/tuscany/java/sca/modules/implementation-script/src/main/java/org/apache/tuscany/sca/implementation/script/ScriptInvokerFactory.java
 Fri Mar 21 13:11:37 2008
@@ -108,7 +108,7 @@
             throw new ObjectCreationException(e);
         }
 
-        // set the databinding and xmlhelper for wsdl interfaces
+        // set the databinding and XMLHelper for WSDL interfaces
         for (Service service : rc.getServices()) {
             InterfaceContract ic = service.getInterfaceContract();
             if (ic instanceof WSDLInterfaceContract) {
@@ -149,7 +149,7 @@
     }
 
     /**
-     * If the python home isn't set then let Tuscany suppress messages other 
than errors
+     * If the Python home isn't set then let Tuscany suppress messages other 
than errors
      * See TUSCANY-1950
      */
     protected void pythonCachedir() {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to