1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

[cleanup] fix typo

This commit is contained in:
Martin Oberhuber 2007-06-06 10:03:33 +00:00
parent 132360406c
commit 45a2c5a5a0

View file

@ -869,7 +869,7 @@ public class SftpFileService extends AbstractFileService implements IFileService
Activator.trace("SftpFileService.setReadOnly nothing-to-do"); //$NON-NLS-1$
}
} 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);
} finally {
fDirChannelMutex.release();