Skip to content

Commit

Permalink
api: fix since Javadoc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
astei committed Oct 31, 2021
1 parent edb0a67 commit 11681e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public enum TextDecoration implements StyleBuilderApplicable, TextFormat {
*
* @param state the state
* @return a {@link TextDecorationAndState}
* @since 4.8.0
* @since 4.10.0
*/
public final @NotNull TextDecorationAndState withState(final boolean state) {
return this.as(State.byBoolean(state));
Expand All @@ -115,7 +115,7 @@ public enum TextDecoration implements StyleBuilderApplicable, TextFormat {
*
* @param state the state
* @return a {@link TextDecorationAndState}
* @since 4.8.0
* @since 4.10.0
*/
public final @NotNull TextDecorationAndState withState(final @NotNull State state) {
return this.as(state);
Expand Down

0 comments on commit 11681e5

Please sign in to comment.