Skip to content

Commit

Permalink
Add inVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahvdAa committed Sep 21, 2021
1 parent f06bc15 commit 448167a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/net/kyori/adventure/title/Title.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ interface Times extends Examinable {
* @since 4.0.0
* @deprecated for removal since 4.10.0, use {@link #times()}
*/
@ApiStatus.ScheduledForRemoval
@ApiStatus.ScheduledForRemoval(inVersion = "5.0.0")
@Deprecated
static @NotNull Times of(final @NotNull Duration fadeIn, final @NotNull Duration stay, final @NotNull Duration fadeOut) {
return times(fadeIn, stay, fadeOut);
Expand Down

0 comments on commit 448167a

Please sign in to comment.