Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Fix deprecation version.

See #3183
  • Loading branch information
mp911de committed Nov 18, 2024
1 parent 199fc39 commit 499abbe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
*
* @author Mark Paluch
* @since 2.4
* @deprecated since 4.0 in favor of {@link QueryMethodValueEvaluationContextAccessor}.
* @deprecated since 3.4 in favor of {@link QueryMethodValueEvaluationContextAccessor}.
*/
@Deprecated(since = "4.0")
@Deprecated(since = "3.4")
public interface ReactiveQueryMethodEvaluationContextProvider extends QueryMethodEvaluationContextProvider {

ReactiveQueryMethodEvaluationContextProvider DEFAULT = new ReactiveExtensionAwareQueryMethodEvaluationContextProvider(
Expand Down

0 comments on commit 499abbe

Please sign in to comment.