From 090e32b14e88dc6788619b70816a385de5c4c2c0 Mon Sep 17 00:00:00 2001
From: Martin Oberhuber < martin.oberhuber@windriver.com>
Date: Tue, 22 May 2007 20:28:06 +0000
Subject: [PATCH] Fix Javadoc
---
.../UI/org/eclipse/rse/ui/RSESystemTypeAdapter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.