mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45: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
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* 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.
|
* Base class for remote file system exceptions.
|
||||||
* <p>
|
* <p>
|
||||||
* All remote file exceptions are guaranteed to have a translated message retrievable
|
* All remote file exceptions are guaranteed to have a translated message
|
||||||
* via getMessage(), to make it easy to display to the user.
|
* retrievable via getMessage(), to make it easy to display to the user.
|
||||||
* <p>
|
* <p>
|
||||||
* All child exceptions potentially contain an imbedded exception that
|
* All child exceptions potentially contain an embedded exception that is the
|
||||||
* is the original exception from the remote system.
|
* original exception from the remote system.
|
||||||
* <p>
|
* <p>
|
||||||
* Use {#link getRemoteException()} to retrieve that wrapped exception, if any.
|
* Use {#link getRemoteException()} to retrieve that wrapped exception, if any.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue