Skip to content

Commit 38ade5f

Browse files
committed
- Remove magic UTF characters from LettuceConverters
Signed-off-by: Chris Bono <chris.bono@broadcom.com>
1 parent 3d2b787 commit 38ade5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/springframework/data/redis/connection/lettuce/LettuceConverters.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -656,9 +656,9 @@ static HGetExArgs toHGetExArgs(@Nullable Expiration expiration) {
656656
*
657657
* <p>Condition mapping:</p>
658658
* <ul>
659-
* <li>{@code IF_NONE_EXIST} {@code FNX}</li>
660-
* <li>{@code IF_ALL_EXIST} {@code FXX}</li>
661-
* <li>{@code UPSERT} no condition flag</li>
659+
* <li>{@code IF_NONE_EXIST} {@code FNX}</li>
660+
* <li>{@code IF_ALL_EXIST} {@code FXX}</li>
661+
* <li>{@code UPSERT} no condition flag</li>
662662
* </ul>
663663
*
664664
* <p>Expiration mapping:</p>

0 commit comments

Comments
 (0)