Skip to content

Commit

Permalink
Update RootAction.java
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 1, 2025
1 parent 0875038 commit a9c648d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/hudson/model/RootAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
public interface RootAction extends Action, ExtensionPoint {

/**
* A {@link Badge} shown as overlay over the icon on "Manage Jenkins".
* A {@link Badge} shown on the button for the action.
*
* @return badge or {@code null} if no badge should be shown.
* @since 2.385
* @since TODO
*/
default @CheckForNull Badge getBadge() {
return null;
Expand Down

0 comments on commit a9c648d

Please sign in to comment.