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:
parent
41bb807081
commit
ede88aa9a7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue