File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 3535 * If no badge is provided, {@code null} may be returned.
3636 * </p>
3737 *
38- * @since TODO
38+ * @since 2.532
3939 */
4040public 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 ;
Original file line number Diff line number Diff line change 3939 * with the tab’s action
4040 * </p>
4141 *
42- * @since TODO
42+ * @since 2.532
4343 */
4444public abstract class Tab implements Action , Badgeable {
4545
You can’t perform that action at this time.
0 commit comments