Skip to content

Commit

Permalink
CursorUtils: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bthreader committed Dec 23, 2023
1 parent bd0fba4 commit 5fd523f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static <T> Optional<Cursor> endCursor(Page<T> page, Function<T, String> c

/**
* Simple wrapper around {@link Base64ToLongConverter} to translate
* {@code NumberFormatException} into the more appropriate {@code InvalidCursorException}.
* {@link IllegalArgumentException} into the more appropriate {@link InvalidCursorException}.
*
* @param cursorName the name of the cursor, makes exception message more useful
* @param cursor a Base64 encoded {@code Long}
Expand Down

0 comments on commit 5fd523f

Please sign in to comment.