Merge pull request #1227 from redisson/fix-live-object-javadoc-comment

Update RLiveObjectService.java
pull/1249/head
Nikita Koksharov 7 years ago committed by GitHub
commit b8592ef722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -162,7 +162,7 @@ public interface RLiveObjectService {
<T> boolean isLiveObject(T instance);
/**
* Returns true if the RLiveObject does not yet exist 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 <T> type of instance

Loading…
Cancel
Save