1
0
Fork 0
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:
Uwe Stieber 2007-02-09 11:56:05 +00:00
parent 587f656604
commit ce4e99f5cc

View file

@ -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)
{ {