Author: mcombellack
Date: Thu Mar 20 04:09:23 2008
New Revision: 639244

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

Modified:
    
incubator/tuscany/java/sca/modules/binding-rmi/src/main/java/org/apache/tuscany/sca/binding/rmi/RMIService.java

Modified: 
incubator/tuscany/java/sca/modules/binding-rmi/src/main/java/org/apache/tuscany/sca/binding/rmi/RMIService.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-rmi/src/main/java/org/apache/tuscany/sca/binding/rmi/RMIService.java?rev=639244&r1=639243&r2=639244&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/binding-rmi/src/main/java/org/apache/tuscany/sca/binding/rmi/RMIService.java
 (original)
+++ 
incubator/tuscany/java/sca/modules/binding-rmi/src/main/java/org/apache/tuscany/sca/binding/rmi/RMIService.java
 Thu Mar 20 04:09:23 2008
@@ -114,7 +114,7 @@
      * if the interface of the component whose serviceBindings must be exposed 
as RMI Service, does not
      * implement java.rmi.Remote, then generate such an interface. This method 
will stop with just 
      * generating the bytecode. Defining the class from the byte code must be 
the responsibility of the 
-     * caller of this method, since it requires a classloader to be created to 
define and load this interface.
+     * caller of this method, since it requires a ClassLoader to be created to 
define and load this interface.
      */
     protected byte[] generateRemoteInterface(Class serviceInterface) {
         String interfazeName = serviceInterface.getCanonicalName();



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

Reply via email to