From 8e4589b2b1c808da7c5e538db69919c43858877d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Thu, 25 Jan 2024 14:01:21 +0200 Subject: [PATCH] Do not submit: Javadoc failure test Test javadoc jenkins reporter for https://github.com/eclipse-platform/eclipse.platform.ui/pull/1557 --- .../src/org/eclipse/jface/action/Action.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. - *

+ * Subclasses must implement the IAction.run method to carry out the + * action's semantics. + *

*/ public abstract class Action extends AbstractAction {