Skip to content

Commit

Permalink
update since tags
Browse files Browse the repository at this point in the history
  • Loading branch information
KingOfSquares committed Apr 14, 2022
1 parent 7be2574 commit d6f30f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public interface JoinConfiguration extends Buildable<JoinConfiguration, JoinConf
* Gets the style of the parent component that contains the joined components.
*
* @return the style
* @since 4.10.0
* @since 4.11.0
*/
@NotNull Style parentStyle();

Expand Down Expand Up @@ -328,7 +328,7 @@ interface Builder extends Buildable.Builder<JoinConfiguration> {
*
* @param parentStyle the style
* @return this builder
* @since 4.10.0
* @since 4.11.0
*/
@Contract("_ -> this")
@NotNull Builder parentStyle(final @NotNull Style parentStyle);
Expand Down

0 comments on commit d6f30f7

Please sign in to comment.