mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 04:55:22 +02:00
[186363] remove deprecated call
This commit is contained in:
parent
786ad2e228
commit
ddda24b5e7
1 changed files with 3 additions and 3 deletions
|
@ -612,17 +612,17 @@ public abstract class SystemTempFileListener implements IResourceChangeListener
|
||||||
uploadPath = remotePath.toString();
|
uploadPath = remotePath.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
// attemp the remote file synchronization
|
// attempt the remote file synchronization
|
||||||
if (doesHandle(fs))
|
if (doesHandle(fs))
|
||||||
{
|
{
|
||||||
// see if we're connected
|
// see if we're connected
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// check that the remote file system is connected
|
// check that the remote file system is connected
|
||||||
// if not, attemp to connect to it
|
// if not, attempt to connect to it
|
||||||
if (!fs.isConnected())
|
if (!fs.isConnected())
|
||||||
{
|
{
|
||||||
fs.connect();
|
fs.connect(false, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|
Loading…
Add table
Reference in a new issue