1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

[187014] apidoc change making SystemSelectRemoteFileOrFolderDialog deprecated

This commit is contained in:
David McKnight 2007-06-19 17:11:21 +00:00
parent 5b94808a93
commit a9fa1b6b65

View file

@ -70,6 +70,11 @@ import org.eclipse.swt.widgets.Shell;
*
* @see org.eclipse.rse.files.ui.actions.SystemSelectRemoteFileAction
* @see org.eclipse.rse.files.ui.actions.SystemSelectRemoteFolderAction
*
* @deprecated should be using SystemRemoteResourceDialog now
* @see org.eclipse.rse.files.ui.dialogs.SystemRemoteFileDialog
* @see org.eclipse.rse.files.ui.dialogs.SystemRemoteFolderDialog
*
*/
public class SystemSelectRemoteFileOrFolderDialog
extends SystemPromptDialog