From 5a945afdbc7a0302c05cf690804536884172a8d2 Mon Sep 17 00:00:00 2001
From: Martin Oberhuber < martin.oberhuber@windriver.com>
Date: Mon, 27 Nov 2006 09:07:52 +0000
Subject: [PATCH] [cleanup] Fix Javadoc Warnings
---
.../org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java
index ac15c10de60..7eab2c83e4b 100644
--- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java
+++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java
@@ -48,11 +48,11 @@ import org.eclipse.swt.widgets.Label;
* if no title specified in the constructor.
*
Supports a {@link #setHelp(String)} method to set the wizard page's overall contextual help
* Implements {@link org.eclipse.rse.ui.messages.ISystemMessageLine} so supports setting error messages as
- * either strings or, preferably, {@link org.eclipse.rse.ui.messages.SystemMessage} objects.
+ * either strings or, preferably, {@link SystemMessage} objects.
* Supports an {@link #setInputObject(Object) input-object}, as passed from the wizard, which in turn is passed from the action.
* Supports automatic assignment of unique mnemonics for all input-capable controls on the page, to add in accessibility.
* Supports setting a default-focus control, which gets initial focus when the page is shown.
- * Supports helper methods to aid in population of the client area: {@link #addSeparatorLine(Composite,int)},
+ * Supports helper methods to aid in population of the client area: {@link #addSeparatorLine(Composite, int)},
* {@link #addFillerLine(Composite,int)} and {@link #addGrowableFillerLine(Composite,int)}.
* Supports a simple {@link #setBusyCursor(boolean)} method to toggle the cursor between busy and normal
*