From 60285a0d9c4112629de9df264827023ce28498e3 Mon Sep 17 00:00:00 2001 From: Rui Gu Date: Mon, 8 Jan 2018 16:15:25 +0000 Subject: [PATCH] Update RLiveObjectService.java --- redisson/src/main/java/org/redisson/api/RLiveObjectService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson/src/main/java/org/redisson/api/RLiveObjectService.java b/redisson/src/main/java/org/redisson/api/RLiveObjectService.java index bae1279a0..e5eee6adf 100644 --- a/redisson/src/main/java/org/redisson/api/RLiveObjectService.java +++ b/redisson/src/main/java/org/redisson/api/RLiveObjectService.java @@ -162,7 +162,7 @@ public interface RLiveObjectService { boolean isLiveObject(T instance); /** - * Returns true if the RLiveObject already exists in redis. Also true if + * Returns true if the RLiveObject already exists in redis. It will return false if * the passed object is not a RLiveObject. * * @param type of instance -- GitLab