javadocs fixed

pull/6212/head
Nikita Koksharov 5 months ago
parent 4f017707f0
commit abaf92e7c8

@ -144,7 +144,7 @@ public interface RKeys extends RKeysAsync {
long touch(String... names);
/**
* Checks if provided keys exist
* Returns amount of existing keys
*
* @param names of keys
* @return amount of existing keys

@ -182,7 +182,7 @@ public interface RObject extends RObjectAsync {
/**
* Rename current object key to <code>newName</code>
* only if new key is not exists
* only if new key doesn't exist.
*
* @param newName - new name of object
* @return <code>true</code> if object has been renamed successfully and <code>false</code> otherwise

Loading…
Cancel
Save