Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java')
-rw-r--r--rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java
index fd98282de..97d5e23a5 100644
--- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java
+++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java
@@ -585,8 +585,10 @@ public class SystemConnectionForm
/**
* If a default userId was specified, the user may have been queried
- * where to put the userId. This returns one of the constants from
- * ISystemUserIdConstants
+ * where to put the userId. This returns one of the constants from
+ * IRSEUserIdConstants.
+ * @return the user id location
+ * @see IRSEUserIdConstants
*/
public int getUserIdLocation()
{

Back to the top