1
0
Fork 0
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:
David McKnight 2007-10-24 14:57:56 +00:00
parent 786ad2e228
commit ddda24b5e7

View file

@ -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)