From e63135283272de96cb9da48f3f9cfddb24951f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=B3=E4=BD=95=20=E8=94=A1?= <739416782@qq.com> Date: Sat, 28 Apr 2018 22:59:54 +0800 Subject: [PATCH] DATAREDIS-819 - Fix Javadoc in ReactiveValueOperations. Original Pull Request: #336 --- .../data/redis/core/ReactiveValueOperations.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/data/redis/core/ReactiveValueOperations.java b/src/main/java/org/springframework/data/redis/core/ReactiveValueOperations.java index 63a1dcf22..a99fde609 100644 --- a/src/main/java/org/springframework/data/redis/core/ReactiveValueOperations.java +++ b/src/main/java/org/springframework/data/redis/core/ReactiveValueOperations.java @@ -103,7 +103,7 @@ public interface ReactiveValueOperations { * not exist. * * @param map must not be {@literal null}. - * @see Redis Documentation: MSET + * @see Redis Documentation: MSETNX */ Mono multiSetIfAbsent(Map map);