[Remoterengine-commits] r180 - pkg/RemoteREngine/inst/java_src/src/common/org/rosuda/REngine/remote/common

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 23 08:03:24 CEST 2009


Author: ian_long
Date: 2009-09-23 08:03:24 +0200 (Wed, 23 Sep 2009)
New Revision: 180

Modified:
   pkg/RemoteREngine/inst/java_src/src/common/org/rosuda/REngine/remote/common/RemoteREngineInterface.java
Log:
Updated Javadocs

Modified: pkg/RemoteREngine/inst/java_src/src/common/org/rosuda/REngine/remote/common/RemoteREngineInterface.java
===================================================================
--- pkg/RemoteREngine/inst/java_src/src/common/org/rosuda/REngine/remote/common/RemoteREngineInterface.java	2009-09-23 05:58:34 UTC (rev 179)
+++ pkg/RemoteREngine/inst/java_src/src/common/org/rosuda/REngine/remote/common/RemoteREngineInterface.java	2009-09-23 06:03:24 UTC (rev 180)
@@ -173,7 +173,7 @@
 	public JRIEngineGlobalVariables subscribe( RemoteREngineClient client) throws RemoteException, AlreadyRegisteredException ;
 
 	/**
-	 * Close the engine. Ends the subscription 
+	 * Close the client connection to the engine. Ends the subscription 
 	 * @throws RemoteException
 	 */
 	public void close(RemoteREngineClient client) throws RemoteException, NotRegisteredException ;  



More information about the Remoterengine-commits mailing list