1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 23:05:47 +02:00

[cleanup] Fix build error due to typo

This commit is contained in:
Martin Oberhuber 2008-05-05 19:55:56 +00:00
parent d33adee981
commit 60d0a65e99

View file

@ -14,7 +14,7 @@
*******************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.importexport.files; package org.eclipse.rse.internal.importexport.files;
imimport java.io.ByteArrayInputStream; import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream; import java.io.ByteArrayOutputStream;
import java.io.File; import java.io.File;
import java.io.IOException; 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 * An operation which does the actual work of copying objects from the local
* file system into the workspace. * file system into the workspace.
* *
* @noextend This class is not intended to be subclassed by clients. * @noextend This class is not intended to be subclassed by clients.
*/ */
public class RemoteFileImportOperation extends WorkspaceModifyOperation { public class RemoteFileImportOperation extends WorkspaceModifyOperation {
@ -98,7 +98,7 @@ public class RemoteFileImportOperation extends WorkspaceModifyOperation {
* If <code>setCreateContainerStructure</code> is set to false then the container * If <code>setCreateContainerStructure</code> is set to false then the container
* structure created is relative to the root file system object. * structure created is relative to the root file system object.
* </p> * </p>
* *
* @param containerPath the full path of the destination container within the * @param containerPath the full path of the destination container within the
* workspace * workspace
* @param source the root file system object to import * @param source the root file system object to import
@ -588,7 +588,7 @@ public class RemoteFileImportOperation extends WorkspaceModifyOperation {
/** /**
* Queries the user whether the resource with the specified path should be * Queries the user whether the resource with the specified path should be
* overwritten by a file system object that is being imported. * overwritten by a file system object that is being imported.
* *
* @param path the workspace path of the resource that needs to be overwritten * @param path the workspace path of the resource that needs to be overwritten
* @return <code>true</code> to overwrite, <code>false</code> to not overwrite * @return <code>true</code> to overwrite, <code>false</code> to not overwrite
* @exception OperationCanceledException if cancelled * @exception OperationCanceledException if cancelled