Révision 1677

tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/RWorkspace.java (revision 1677)
1488 1488
	 * @throws RWorkspaceException the r workspace exception
1489 1489
	 */
1490 1490
	public void removeVariableFromWorkspace(String variableName) throws RWorkspaceException {
1491
		
1491
		if (!isConnected()) return;
1492 1492
		if (variableName == null) return;
1493 1493
		
1494 1494
		try {

Formats disponibles : Unified diff