javadocs fixed

pull/1792/head
Nikita Koksharov 6 years ago
parent 4771e1c93d
commit 6165e6211b

@ -129,7 +129,7 @@ public interface RMap<K, V> extends ConcurrentMap<K, V>, RExpirable, RMapAsync<K
RSemaphore getSemaphore(K key); RSemaphore getSemaphore(K key);
/** /**
* Returns <code>RReadWriteLock</code> instance associated with key * Returns <code>RLock</code> instance associated with key
* *
* @param key - map key * @param key - map key
* @return fairlock * @return fairlock

@ -454,7 +454,7 @@ public interface RMapReactive<K, V> extends RExpirableReactive {
RSemaphoreReactive getSemaphore(K key); RSemaphoreReactive getSemaphore(K key);
/** /**
* Returns <code>RReadWriteLock</code> instance associated with key * Returns <code>RLock</code> instance associated with key
* *
* @param key - map key * @param key - map key
* @return fairLock * @return fairLock

@ -455,7 +455,7 @@ public interface RMapRx<K, V> extends RExpirableRx {
RSemaphoreRx getSemaphore(K key); RSemaphoreRx getSemaphore(K key);
/** /**
* Returns <code>RReadWriteLock</code> instance associated with key * Returns <code>RLock</code> instance associated with key
* *
* @param key - map key * @param key - map key
* @return fairLock * @return fairLock

@ -54,7 +54,7 @@ public interface RSet<V> extends Set<V>, RExpirable, RSetAsync<V>, RSortable<Set
RSemaphore getSemaphore(V value); RSemaphore getSemaphore(V value);
/** /**
* Returns <code>RReadWriteLock</code> instance associated with <code>value</code> * Returns <code>RLock</code> instance associated with <code>value</code>
* *
* @param value - set value * @param value - set value
* @return RLock object * @return RLock object

@ -65,7 +65,7 @@ public interface RSetCache<V> extends Set<V>, RExpirable, RSetCacheAsync<V>, RDe
RSemaphore getSemaphore(V value); RSemaphore getSemaphore(V value);
/** /**
* Returns <code>RReadWriteLock</code> instance associated with <code>value</code> * Returns <code>RLock</code> instance associated with <code>value</code>
* *
* @param value - set value * @param value - set value
* @return RLock object * @return RLock object

Loading…
Cancel
Save