1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-21 15:23:59 +02:00

Fix typos and Javadoc error

This commit is contained in:
Martin Oberhuber 2007-11-14 21:26:15 +00:00
parent beff888014
commit d3ff4a702b

View file

@ -28,7 +28,7 @@ public interface ISystemMountPathMapper
{ {
/** /**
* Indicates whether this mapper handles remapping of the specified resource * Indicates whether this mapper handles recapping of the specified resource
* @param hostname the remote host * @param hostname the remote host
* @param remotePath the remote path as seen by the file subsystem * @param remotePath the remote path as seen by the file subsystem
* @return whether this mapper handles remapping of the specified remote resource * @return whether this mapper handles remapping of the specified remote resource
@ -42,7 +42,7 @@ public interface ISystemMountPathMapper
* *
* @param hostname the remote host * @param hostname the remote host
* @param remotePath the remote path as seen by the file subsystem * @param remotePath the remote path as seen by the file subsystem
* @param the remote file subsystem. User the subsystem to customize how the temp file is located. If null * @param subsystem the remote file subsystem. User the subsystem to customize how the temp file is located. If null
* is specified, then the subsystem is not used in determining the mapping * is specified, then the subsystem is not used in determining the mapping
* @return the corresponding workspace replica mapping * @return the corresponding workspace replica mapping
*/ */
@ -54,7 +54,7 @@ public interface ISystemMountPathMapper
* Returns the corresponding hostname for the specified path on the specified host. If a file is mounted * Returns the corresponding hostname for the specified path on the specified host. If a file is mounted
* then the actual host containing the file will not be local. If there is no mapping, then * then the actual host containing the file will not be local. If there is no mapping, then
* the hostname will be the same as the argument. If the file is remote (i.e. not locally mounted) then * the hostname will be the same as the argument. If the file is remote (i.e. not locally mounted) then
* this will retrun the same as the hostname argument. * this will return the same as the hostname argument.
* *
* @param hostname the system host * @param hostname the system host
* @param remotePath the path on the system host * @param remotePath the path on the system host