@@ -525,7 +525,7 @@ default V rightPop(K key, Duration timeout) {
525
525
V rightPopAndLeftPush (K sourceKey , K destinationKey );
526
526
527
527
/**
528
- * Remove the last element from list at {@code srcKey }, append it to {@code dstKey } and return its value.<br>
528
+ * Remove the last element from list at {@code sourceKey }, append it to {@code destinationKey } and return its value.<br>
529
529
* <b>Blocks connection</b> until element available or {@code timeout} reached.
530
530
*
531
531
* @param sourceKey must not be {@literal null}.
@@ -539,7 +539,7 @@ default V rightPop(K key, Duration timeout) {
539
539
V rightPopAndLeftPush (K sourceKey , K destinationKey , long timeout , TimeUnit unit );
540
540
541
541
/**
542
- * Remove the last element from list at {@code srcKey }, append it to {@code dstKey } and return its value.<br>
542
+ * Remove the last element from list at {@code sourceKey }, append it to {@code destinationKey } and return its value.<br>
543
543
* <b>Blocks connection</b> until element available or {@code timeout} reached.
544
544
*
545
545
* @param sourceKey must not be {@literal null}.
0 commit comments