fix javadoc comment for getSet() return

pull/812/head
Cory Sherman 8 years ago
parent 3f31cd4641
commit 6313db486d

@ -385,7 +385,7 @@ public interface RedissonClient {
*
* @param <V> type of value
* @param name - name of object
* @return Lock object
* @return Set object
*/
<V> RSet<V> getSet(String name);

Loading…
Cancel
Save