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 c771261 commit 75fcd6b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -237,7 +237,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 @@ -329,7 +329,7 @@ interface Builder extends AbstractBuilder<JoinConfiguration>, Buildable.Builder<
*
* @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 75fcd6b

Please sign in to comment.