mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
[cleanup] fix typo
This commit is contained in:
parent
132360406c
commit
45a2c5a5a0
1 changed files with 1 additions and 1 deletions
|
@ -869,7 +869,7 @@ public class SftpFileService extends AbstractFileService implements IFileService
|
||||||
Activator.trace("SftpFileService.setReadOnly nothing-to-do"); //$NON-NLS-1$
|
Activator.trace("SftpFileService.setReadOnly nothing-to-do"); //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Activator.trace("SftpFileService.rename failed: "+e.toString()); //$NON-NLS-1$
|
Activator.trace("SftpFileService.setReadOnly failed: "+e.toString()); //$NON-NLS-1$
|
||||||
throw makeSystemMessageException(e);
|
throw makeSystemMessageException(e);
|
||||||
} finally {
|
} finally {
|
||||||
fDirChannelMutex.release();
|
fDirChannelMutex.release();
|
||||||
|
|
Loading…
Add table
Reference in a new issue