[Remoterengine-commits] r155 - 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
Fri Sep 18 07:26:25 CEST 2009


Author: ian_long
Date: 2009-09-18 07:26:24 +0200 (Fri, 18 Sep 2009)
New Revision: 155

Modified:
   pkg/RemoteREngine/inst/java_src/src/common/org/rosuda/REngine/remote/common/RemoteREngineInterface.java
Log:
Corrected typos in 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-18 05:18:13 UTC (rev 154)
+++ pkg/RemoteREngine/inst/java_src/src/common/org/rosuda/REngine/remote/common/RemoteREngineInterface.java	2009-09-18 05:26:24 UTC (rev 155)
@@ -109,16 +109,16 @@
 	public void finalizeReference(REXP ref) throws REngineException, REXPMismatchException, RemoteException;
 
 	/**
-	 * get the parent environemnt of an environment
+	 * get the parent environment of an environment
 	 *
 	 * @param env environment to query
 	 * @param resolve whether to resolve the resulting environment reference
-	 * @return parent environemnt of env
+	 * @return parent environment of env
 	 */
 	public REXP getParentEnvironment(REXP env, boolean resolve) throws REngineException, REXPMismatchException, RemoteException;
 
 	/**
-	 * create a new environemnt
+	 * create a new environment
 	 *
 	 * @param parent parent environment
 	 * @param resolve whether to resolve the reference to the environement (usually <code>false</code> since the returned environment will be empty)



More information about the Remoterengine-commits mailing list