Skip to content

Commit 499abbe

Browse files
committed
Polishing.
Fix deprecation version. See #3183
1 parent 199fc39 commit 499abbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main/java/org/springframework/data/repository/query/ReactiveQueryMethodEvaluationContextProvider.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
*
2929
* @author Mark Paluch
3030
* @since 2.4
31-
* @deprecated since 4.0 in favor of {@link QueryMethodValueEvaluationContextAccessor}.
31+
* @deprecated since 3.4 in favor of {@link QueryMethodValueEvaluationContextAccessor}.
3232
*/
33-
@Deprecated(since = "4.0")
33+
@Deprecated(since = "3.4")
3434
public interface ReactiveQueryMethodEvaluationContextProvider extends QueryMethodEvaluationContextProvider {
3535

3636
ReactiveQueryMethodEvaluationContextProvider DEFAULT = new ReactiveExtensionAwareQueryMethodEvaluationContextProvider(

0 commit comments

Comments
 (0)