mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +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();
|
||||
}
|
||||
|
||||
// attemp the remote file synchronization
|
||||
// attempt the remote file synchronization
|
||||
if (doesHandle(fs))
|
||||
{
|
||||
// see if we're connected
|
||||
try
|
||||
{
|
||||
// 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())
|
||||
{
|
||||
fs.connect();
|
||||
fs.connect(false, null);
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
Loading…
Add table
Reference in a new issue