From bf47813a059ebff36258aa65046dcd5dd2d63822 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 12 Feb 2008 15:31:59 +0000 Subject: [PATCH] [cleanup] fix Javadoc warnings --- .../rse/internal/core/model/ISystemProfileOperation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/ISystemProfileOperation.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/ISystemProfileOperation.java index 7436feb3ea3..59f4115712e 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/ISystemProfileOperation.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/ISystemProfileOperation.java @@ -21,7 +21,7 @@ public interface ISystemProfileOperation { /** * Run this operation. Should not be invoked directly. - * See {@link SystemProfileManager#run(ISystemProfileOperation) + * See {@link SystemProfileManager#run(ISystemProfileOperation)} * @return The IStatus of the operation */ public IStatus run();