Skip to content

Commit

Permalink
spotlessApply for legacy
Browse files Browse the repository at this point in the history
Signed-off-by: currantw <[email protected]>
  • Loading branch information
currantw committed Dec 5, 2024
1 parent 85c47d1 commit 5c60b6f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ private boolean isCursorIdNullOrEmpty() {

public static DefaultCursor from(String cursorId) {
/*
It is assumed that cursorId here is the second part of the original cursor passed by the
client after removing first part which identifies cursor type
*/
It is assumed that cursorId here is the second part of the original cursor passed by the
client after removing first part which identifies cursor type
*/
JSONObject json = decodeCursor(cursorId);
DefaultCursor cursor = new DefaultCursor();
cursor.setFetchSize(json.getInt(FETCH_SIZE));
Expand Down

0 comments on commit 5c60b6f

Please sign in to comment.