Skip to content

Commit

Permalink
Add missing @Deprecated on CartesianValueSource (#518)
Browse files Browse the repository at this point in the history
PR: #518
  • Loading branch information
filiphr committed Sep 4, 2021
1 parent 3458245 commit bd6d994
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
@Documented
@Repeatable(CartesianValueSource.CartesianValueSources.class)
@ArgumentsSource(CartesianValueArgumentsProvider.class)
@Deprecated
public @interface CartesianValueSource {

/**
Expand Down

0 comments on commit bd6d994

Please sign in to comment.