diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java
index 906e643dec8..081c65b445c 100644
--- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java
+++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java
@@ -14,7 +14,7 @@
*******************************************************************************/
package org.eclipse.rse.internal.importexport.files;
-imimport java.io.ByteArrayInputStream;
+import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.IOException;
@@ -54,7 +54,7 @@ import org.eclipse.ui.dialogs.IOverwriteQuery;
/**
* An operation which does the actual work of copying objects from the local
* file system into the workspace.
- *
+ *
* @noextend This class is not intended to be subclassed by clients.
*/
public class RemoteFileImportOperation extends WorkspaceModifyOperation {
@@ -98,7 +98,7 @@ public class RemoteFileImportOperation extends WorkspaceModifyOperation {
* If setCreateContainerStructure
is set to false then the container
* structure created is relative to the root file system object.
*
true
to overwrite, false
to not overwrite
* @exception OperationCanceledException if cancelled