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 13:53:34 UTC

svn commit: r639609 - in /incubator/tuscany/java/sca/modules/host-rmi/src/main/java/org/apache/tuscany/sca/host/rmi: RMIHost.java RMIHostExtensionPoint.java

Author: mcombellack
Date: Fri Mar 21 05:53:25 2008
New Revision: 639609

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

Modified:
    incubator/tuscany/java/sca/modules/host-rmi/src/main/java/org/apache/tuscany/sca/host/rmi/RMIHost.java
    incubator/tuscany/java/sca/modules/host-rmi/src/main/java/org/apache/tuscany/sca/host/rmi/RMIHostExtensionPoint.java

Modified: incubator/tuscany/java/sca/modules/host-rmi/src/main/java/org/apache/tuscany/sca/host/rmi/RMIHost.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/host-rmi/src/main/java/org/apache/tuscany/sca/host/rmi/RMIHost.java?rev=639609&r1=639608&r2=639609&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/host-rmi/src/main/java/org/apache/tuscany/sca/host/rmi/RMIHost.java (original)
+++ incubator/tuscany/java/sca/modules/host-rmi/src/main/java/org/apache/tuscany/sca/host/rmi/RMIHost.java Fri Mar 21 05:53:25 2008
@@ -62,7 +62,7 @@
                                                                 RMIHostRuntimeException;
 
     /**
-     * Unregister a service registered under the given service name and defalut port number (1099)
+     * Unregister a service registered under the given service name and default port number (1099)
      * 
      * @param serviceName the name of the service that has to be unregistered
      * @throws RMIHostException
@@ -75,7 +75,7 @@
     /**
      * find a remote service hosted on the given host, port and service name
      * 
-     * @param host the name of the host on which the rmi service to be unregistered is running
+     * @param host the name of the host on which the RMI service to be unregistered is running
      * @param port the port against which the server is to be unregistered is running
      * @param svcName serviceName against which the server is to be unregistered is running
      * @return the RMI server object 

Modified: incubator/tuscany/java/sca/modules/host-rmi/src/main/java/org/apache/tuscany/sca/host/rmi/RMIHostExtensionPoint.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/host-rmi/src/main/java/org/apache/tuscany/sca/host/rmi/RMIHostExtensionPoint.java?rev=639609&r1=639608&r2=639609&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/host-rmi/src/main/java/org/apache/tuscany/sca/host/rmi/RMIHostExtensionPoint.java (original)
+++ incubator/tuscany/java/sca/modules/host-rmi/src/main/java/org/apache/tuscany/sca/host/rmi/RMIHostExtensionPoint.java Fri Mar 21 05:53:25 2008
@@ -28,21 +28,21 @@
 public interface RMIHostExtensionPoint {
 
     /**
-     * Adds a servlet host extension.
+     * Adds a Servlet host extension.
      * 
      * @param rmiHost
      */
     void addRMIHost(RMIHost rmiHost);
 
     /**
-     * Removes a servlet host extension.
+     * Removes a Servlet host extension.
      * 
      * @param rmiHost
      */
     void removeRMIHost(RMIHost rmiHost);
     
     /**
-     * Returns a list of servlet host extensions.
+     * Returns a list of Servlet host extensions.
      * 
      * @return
      */



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