javadocs fixed

pull/3663/head
Nikita Koksharov 4 years ago
parent a4749b3273
commit 572c7079f7

@ -139,7 +139,6 @@ public interface RBucket<V> extends RExpirable, RBucketAsync<V> {
* Requires <b>Redis 6.0.0 and higher.</b> * Requires <b>Redis 6.0.0 and higher.</b>
* *
* @param value - value to set * @param value - value to set
* @return void
*/ */
void setAndKeepTTL(V value); void setAndKeepTTL(V value);

@ -56,7 +56,6 @@ public interface RMapCache<K, V> extends RMap<K, V>, RMapCacheAsync<K, V>, RDest
* *
* @param maxSize - max size * @param maxSize - max size
* @param mode - eviction mode * @param mode - eviction mode
* @return void
*/ */
void setMaxSize(int maxSize, EvictionMode mode); void setMaxSize(int maxSize, EvictionMode mode);

Loading…
Cancel
Save