diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSESystemTypeAdapter.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSESystemTypeAdapter.java
index 15f12a7bbc2..d9f72a1a348 100644
--- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSESystemTypeAdapter.java
+++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSESystemTypeAdapter.java
@@ -342,7 +342,7 @@ public class RSESystemTypeAdapter extends RSEAdapter {
/**
* Creates a new IHost
object instance. This method is
- * called from {@link org.eclipse.rse.ui.internal.model.SystemHostPool#createHost(String, String, String, String, String, int)}.
+ * called from {@link org.eclipse.rse.ui.internal.model.SystemHostPool#createHost(IRSESystemType, String, String, String, String, int)}.
*
* @param profile The system profile to associate with the host.
* @return A new IHost
object instance.