Skip to content

Use -1 instead of null as initial offset #3075

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

quaff
Copy link
Contributor

@quaff quaff commented Apr 11, 2024

  1. Use type long instead of Long to keep it consistent with previous version.
  2. Position function is simplified to offset+1.

1. Use type `long` instead of `Long` to keep it consistent with previous version.
2. Position function is simplified to `offset+1`.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 11, 2024
@mp911de mp911de added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 15, 2024
@mp911de mp911de self-assigned this Apr 15, 2024
@mp911de mp911de closed this in 797066d Apr 15, 2024
mp911de added a commit that referenced this pull request Apr 15, 2024
Reformat code. Use explicit local variable types instead of var.

See #3075
@mp911de
Copy link
Member

mp911de commented Apr 15, 2024

Thank you for your contribution. That's merged and polished now.

@mp911de mp911de added this to the 3.3 GA (2024.0.0) milestone Apr 15, 2024
natedanner pushed a commit to natedanner/spring-projects__spring-data-commons that referenced this pull request May 20, 2024
1. Use type `long` instead of `Long` to keep it consistent with previous version.
2. Position function is simplified to `offset+1`.

Closes spring-projects#3075
natedanner pushed a commit to natedanner/spring-projects__spring-data-commons that referenced this pull request May 20, 2024
Reformat code. Use explicit local variable types instead of var.

See spring-projects#3075
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants