mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
[cleanup] Fix Javadoc Warning
This commit is contained in:
parent
71984b05ab
commit
4120cbbdf6
1 changed files with 72 additions and 70 deletions
|
@ -177,6 +177,7 @@ public class RSEFileStoreImpl extends FileStore
|
||||||
return unconnected;
|
return unconnected;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the best available remote file subsystem for a connection.
|
* Return the best available remote file subsystem for a connection.
|
||||||
* Criteria are:
|
* Criteria are:
|
||||||
|
@ -186,7 +187,8 @@ public class RSEFileStoreImpl extends FileStore
|
||||||
* <li>An unconnected FileServiceSubsystem</li>
|
* <li>An unconnected FileServiceSubsystem</li>
|
||||||
* <li>An unconnected IRemoteFileSubSystem</li>
|
* <li>An unconnected IRemoteFileSubSystem</li>
|
||||||
* </ol>
|
* </ol>
|
||||||
* @param host
|
*
|
||||||
|
* @param host the connection to check
|
||||||
* @return an IRemoteFileSubSystem for the given connection, or
|
* @return an IRemoteFileSubSystem for the given connection, or
|
||||||
* <code>null</code> if no IRemoteFileSubSystem is configured.
|
* <code>null</code> if no IRemoteFileSubSystem is configured.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue