Skip to content

Commit

Permalink
Spotless.
Browse files Browse the repository at this point in the history
  • Loading branch information
SanHalacogluImproving committed Mar 4, 2024
1 parent d2c61b1 commit b6edfd1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ public T rpop(@NonNull String key) {
*
* @see <a href="https://redis.io/commands/rpop/">redis.io</a> for details.
* @param count The count of the elements to pop from the list.
* @return Command Response - An array of popped elements will be returned depending on the
* list's length.<br>
* @return Command Response - An array of popped elements will be returned depending on the list's
* length.<br>
* If <code>key</code> does not exist, null will be returned.<br>
*/
public T rpopCount(@NonNull String key, long count) {
Expand Down

0 comments on commit b6edfd1

Please sign in to comment.