Skip to content

Commit

Permalink
Issue #1043: Set '@SInCE' version to 2.0.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Fickel <juergen.fickel@bosch.io>
  • Loading branch information
Juergen Fickel committed May 3, 2021
1 parent 702d91d commit adf9b5f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ default boolean isWildcardTopic() {
*
* @param expectedGroup the group to check for.
* @return {@code true} if this TopicPath has group {@code expectedGroup}, {@code false} else.
* @since 2.1.0
* @since 2.0.0
*/
boolean isGroup(@Nullable Group expectedGroup);

Expand All @@ -159,7 +159,7 @@ default boolean isWildcardTopic() {
*
* @param expectedChannel the channel to check for.
* @return {@code true} if this TopicPath has channel {@code expectedChannel}, {@code false} else.
* @since 2.1.0
* @since 2.0.0
*/
boolean isChannel(@Nullable Channel expectedChannel);

Expand All @@ -168,7 +168,7 @@ default boolean isWildcardTopic() {
*
* @param expectedCriterion the criterion to check for.
* @return {@code true} if this TopicPath has criterion {@code expectedCriterion}, {@code false} else.
* @since 2.1.0
* @since 2.0.0
*/
boolean isCriterion(@Nullable Criterion expectedCriterion);

Expand All @@ -177,7 +177,7 @@ default boolean isWildcardTopic() {
*
* @param expectedAction the action to check for.
* @return {@code true} if this TopicPath has action {@code expectedAction}, {@code false} else.
* @since 2.1.0
* @since 2.0.0
*/
boolean isAction(@Nullable TopicPath.Action expectedAction);

Expand Down

0 comments on commit adf9b5f

Please sign in to comment.