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();