1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-21 15:23:59 +02:00

Fix incorrect getOutputStream @deprecated link.

This commit is contained in:
Kevin Doyle 2008-01-07 15:17:19 +00:00
parent 41bb807081
commit ede88aa9a7

View file

@ -659,7 +659,7 @@ public interface IRemoteFileSubSystem extends ISubSystem {
* @param monitor the progress monitor. * @param monitor the progress monitor.
* @throws SystemMessageException if an error occurs. * @throws SystemMessageException if an error occurs.
* @since 2.0 * @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; public OutputStream getOutputStream(String remoteParent, String remoteFile, boolean isBinary, IProgressMonitor monitor) throws SystemMessageException;