diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java b/rse/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java index 2209413c3bb..2f49e94cb88 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java +++ b/rse/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java @@ -659,7 +659,7 @@ public interface IRemoteFileSubSystem extends ISubSystem { * @param monitor the progress monitor. * @throws SystemMessageException if an error occurs. * @since 2.0 - * @deprecated Use {@link #getOutputStream(String, String, boolean, IProgressMonitor)} instead + * @deprecated Use {@link #getOutputStream(String, String, int, IProgressMonitor)} instead */ public OutputStream getOutputStream(String remoteParent, String remoteFile, boolean isBinary, IProgressMonitor monitor) throws SystemMessageException;