Skip to content

Commit 2b583fb

Browse files
Fill in since annotations (#11212)
Co-authored-by: timja <21194782+timja@users.noreply.github.com>
1 parent c9eaa5d commit 2b583fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/src/main/java/hudson/model/queue/CauseOfBlockage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public abstract class CauseOfBlockage {
3737

3838
/**
3939
* @return {@code true} if the blockage is fatal and the item should be removed from the queue.
40-
* @since TODO
40+
* @since 2.532
4141
*/
4242
public boolean isFatal() {
4343
return false;

core/src/main/java/jenkins/model/Badgeable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
* If no badge is provided, {@code null} may be returned.
3636
* </p>
3737
*
38-
* @since TODO
38+
* @since 2.532
3939
*/
4040
public interface Badgeable {
4141

4242
/**
4343
* A {@link Badge} shown on the action.
4444
*
4545
* @return badge or {@code null} if no badge should be shown.
46-
* @since TODO
46+
* @since 2.532
4747
*/
4848
default @CheckForNull Badge getBadge() {
4949
return null;

core/src/main/java/jenkins/model/Tab.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* with the tab’s action
4040
* </p>
4141
*
42-
* @since TODO
42+
* @since 2.532
4343
*/
4444
public abstract class Tab implements Action, Badgeable {
4545

0 commit comments

Comments
 (0)