mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 09:35:23 +02:00
removing warning
This commit is contained in:
parent
e63bea84b8
commit
b92d2fcf4f
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ package org.eclipse.rse.eclipse.filesystem;
|
||||||
import java.net.URI;
|
import java.net.URI;
|
||||||
|
|
||||||
import org.eclipse.core.filesystem.URIUtil;
|
import org.eclipse.core.filesystem.URIUtil;
|
||||||
|
import org.eclipse.jface.window.Window;
|
||||||
import org.eclipse.rse.core.subsystems.ISubSystem;
|
import org.eclipse.rse.core.subsystems.ISubSystem;
|
||||||
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
|
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
|
||||||
import org.eclipse.rse.files.ui.dialogs.SystemRemoteFileDialog;
|
import org.eclipse.rse.files.ui.dialogs.SystemRemoteFileDialog;
|
||||||
|
@ -54,7 +55,7 @@ public class RSEFileSystemContributor extends FileSystemContributor {
|
||||||
}
|
}
|
||||||
return new File(selectedDirectory).toURI();
|
return new File(selectedDirectory).toURI();
|
||||||
*/
|
*/
|
||||||
if (dlg.open() == dlg.OK)
|
if (dlg.open() == Window.OK)
|
||||||
{
|
{
|
||||||
Object selected = dlg.getSelectedObject();
|
Object selected = dlg.getSelectedObject();
|
||||||
if (selected instanceof ISystemFilterReference)
|
if (selected instanceof ISystemFilterReference)
|
||||||
|
|
Loading…
Add table
Reference in a new issue