1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-06 00:25:25 +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.
* @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;