diff --git a/redisson/src/main/java/org/redisson/api/RLiveObjectService.java b/redisson/src/main/java/org/redisson/api/RLiveObjectService.java index bae1279a0586b72c76c52f7c92189cf1195f546b..e5eee6adf615fec66d2c4eeb87b9fcfd19a9c5aa 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