diff --git a/bundles/org.eclipse.jface/src/org/eclipse/jface/action/Action.java b/bundles/org.eclipse.jface/src/org/eclipse/jface/action/Action.java index bdcd5b8a494..2b5997870de 100644 --- a/bundles/org.eclipse.jface/src/org/eclipse/jface/action/Action.java +++ b/bundles/org.eclipse.jface/src/org/eclipse/jface/action/Action.java @@ -22,9 +22,9 @@ /** * The standard abstract implementation of an action. *
- * Subclasses must implement the IAction.run
method to carry out
- * the action's semantics.
- *
IAction.run method to carry out the
+ * action's semantics.
+ *
*/
public abstract class Action extends AbstractAction {