Skip to content

Commit

Permalink
Do not submit: Javadoc failure test
Browse files Browse the repository at this point in the history
Test javadoc jenkins reporter for
eclipse-platform#1557
  • Loading branch information
akurtakov committed Jan 25, 2024
1 parent e340eca commit 8e4589b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
/**
* The standard abstract implementation of an action.
* <p>
* Subclasses must implement the <code>IAction.run</code> method to carry out
* the action's semantics.
* </p>
* Subclasses must implement the <code>IAction.run<code> method to carry out the
* action's semantics.
* <p>
*/
public abstract class Action extends AbstractAction {

Expand Down

0 comments on commit 8e4589b

Please sign in to comment.