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/03/21 21:16:32 UTC

svn commit: r639796 - in /incubator/tuscany/java/sca/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring: SCAParentApplicationContext.java xml/SpringXMLComponentTypeLoader.java

Author: mcombellack
Date: Fri Mar 21 13:16:31 2008
New Revision: 639796

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

Modified:
    incubator/tuscany/java/sca/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/SCAParentApplicationContext.java
    incubator/tuscany/java/sca/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/xml/SpringXMLComponentTypeLoader.java

Modified: incubator/tuscany/java/sca/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/SCAParentApplicationContext.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/SCAParentApplicationContext.java?rev=639796&r1=639795&r2=639796&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/SCAParentApplicationContext.java (original)
+++ incubator/tuscany/java/sca/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/SCAParentApplicationContext.java Fri Mar 21 13:16:31 2008
@@ -94,7 +94,7 @@
                     JavaInterface javaInterface = (JavaInterface)reference.getInterfaceContract().getInterface();
                     requiredType = javaInterface.getJavaClass();
                 }
-                // Create and return eturn the proxy for the reference
+                // Create and return the proxy for the reference
                 return getService(requiredType, reference.getName());
             } // end if
         } // end for

Modified: incubator/tuscany/java/sca/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/xml/SpringXMLComponentTypeLoader.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/xml/SpringXMLComponentTypeLoader.java?rev=639796&r1=639795&r2=639796&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/xml/SpringXMLComponentTypeLoader.java (original)
+++ incubator/tuscany/java/sca/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/xml/SpringXMLComponentTypeLoader.java Fri Mar 21 13:16:31 2008
@@ -441,7 +441,7 @@
     /**
      * Gets hold of the application-context.xml file as a Spring resource
      * @param locationAttr - the location attribute from the <implementation.spring../> element
-     * @param cl - the classloader for the Spring implementation
+     * @param cl - the ClassLoader for the Spring implementation
      */
     protected Resource getApplicationContextResource(String locationAttr, ClassLoader cl)
         throws ContributionReadException {
@@ -493,7 +493,7 @@
                     if (appCtxPath != null) {
                         je = jf.getJarEntry(appCtxPath);
                         if (je != null) {
-                            // TODO return a Spring specific Resouce type for jars
+                            // TODO return a Spring specific Resource type for jars
                             return new UrlResource(new URL("jar:" + locationFile.toURL() + "!/" + appCtxPath));
                         }
                     }



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