From ce4e99f5cc514d0806598a58e5685add6493d016 Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Fri, 9 Feb 2007 11:56:05 +0000 Subject: [PATCH] [cleanup] Fix javadoc warnings for misspelled parameter docus --- .../model/org/eclipse/rse/model/SystemRegistry.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/model/SystemRegistry.java b/rse/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/model/SystemRegistry.java index 5507cfd9674..8f6c445ea8a 100644 --- a/rse/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/model/SystemRegistry.java +++ b/rse/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/model/SystemRegistry.java @@ -1334,7 +1334,8 @@ public class SystemRegistry implements ISystemRegistryUI, ISystemModelChangeEven /** * Return the absolute name for the specified subsystem - * @param the subsystem + * + * @param subSystem The subsystem. Must be not null * @return the absolute name of the subsystem */ public String getAbsoluteNameForSubSystem(ISubSystem subSystem) @@ -1355,7 +1356,8 @@ public class SystemRegistry implements ISystemRegistryUI, ISystemModelChangeEven /** * Return the absolute name for the specified connection - * @param the connection + * + * @param connection The connection. Must be not null. * @return the absolute name of the connection */ public String getAbsoluteNameForConnection(IHost connection) @@ -2501,7 +2503,7 @@ public class SystemRegistry implements ISystemRegistryUI, ISystemModelChangeEven * * TODO PROBLEM: CAN'T RE-ORDER FOLDERS SO CAN WE SUPPORT THIS ACTION? * @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) {