mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
[cleanup] Fix Typo
This commit is contained in:
parent
a78f26f387
commit
9a28e0eb21
1 changed files with 22 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2000, 2007 IBM Corporation and others.
|
||||
* Copyright (c) 2000, 2008 IBM Corporation and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -25,11 +25,11 @@ import org.eclipse.rse.services.clientserver.messages.SystemMessageException;
|
|||
/**
|
||||
* Base class for remote file system exceptions.
|
||||
* <p>
|
||||
* All remote file exceptions are guaranteed to have a translated message retrievable
|
||||
* via getMessage(), to make it easy to display to the user.
|
||||
* All remote file exceptions are guaranteed to have a translated message
|
||||
* retrievable via getMessage(), to make it easy to display to the user.
|
||||
* <p>
|
||||
* All child exceptions potentially contain an imbedded exception that
|
||||
* is the original exception from the remote system.
|
||||
* All child exceptions potentially contain an embedded exception that is the
|
||||
* original exception from the remote system.
|
||||
* <p>
|
||||
* Use {#link getRemoteException()} to retrieve that wrapped exception, if any.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue