mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-11 11:05:24 +02:00
[cleanup] Fix javadoc warnings for misspelled parameter docus
This commit is contained in:
parent
587f656604
commit
ce4e99f5cc
1 changed files with 5 additions and 3 deletions
|
@ -1334,7 +1334,8 @@ public class SystemRegistry implements ISystemRegistryUI, ISystemModelChangeEven
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the absolute name for the specified subsystem
|
* Return the absolute name for the specified subsystem
|
||||||
* @param the subsystem
|
*
|
||||||
|
* @param subSystem The subsystem. Must be not <code>null</code>
|
||||||
* @return the absolute name of the subsystem
|
* @return the absolute name of the subsystem
|
||||||
*/
|
*/
|
||||||
public String getAbsoluteNameForSubSystem(ISubSystem subSystem)
|
public String getAbsoluteNameForSubSystem(ISubSystem subSystem)
|
||||||
|
@ -1355,7 +1356,8 @@ public class SystemRegistry implements ISystemRegistryUI, ISystemModelChangeEven
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the absolute name for the specified connection
|
* Return the absolute name for the specified connection
|
||||||
* @param the connection
|
*
|
||||||
|
* @param connection The connection. Must be not <code>null</code>.
|
||||||
* @return the absolute name of the connection
|
* @return the absolute name of the connection
|
||||||
*/
|
*/
|
||||||
public String getAbsoluteNameForConnection(IHost connection)
|
public String getAbsoluteNameForConnection(IHost connection)
|
||||||
|
@ -2501,7 +2503,7 @@ public class SystemRegistry implements ISystemRegistryUI, ISystemModelChangeEven
|
||||||
* </ul>
|
* </ul>
|
||||||
* <b>TODO PROBLEM: CAN'T RE-ORDER FOLDERS SO CAN WE SUPPORT THIS ACTION?</b>
|
* <b>TODO PROBLEM: CAN'T RE-ORDER FOLDERS SO CAN WE SUPPORT THIS ACTION?</b>
|
||||||
* @param conns Array of SystemConnections to move.
|
* @param conns Array of SystemConnections to move.
|
||||||
* @param newPosition new zero-based position for the connection
|
* @param delta new zero-based position for the connection
|
||||||
*/
|
*/
|
||||||
public void moveHosts(String profileName, IHost conns[], int delta)
|
public void moveHosts(String profileName, IHost conns[], int delta)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue