Skip to content

change modifiedCount to type long #1480

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
Closed

Conversation

danibs
Copy link

@danibs danibs commented Aug 14, 2024

modifiedCount should be long instead of Long. If not:

public long getModifiedCount() {
    return modifiedCount;
}

could throws exception.

NOTE: The public int hashCode() method must to be updated accordingly

modifiedCount should be "long" instead of "Long" or 

public long getModifiedCount() {
    return modifiedCount;
}

could throws exception.
@rozza
Copy link
Member

rozza commented Sep 23, 2024

Hi @danibs thanks for the PR.

Apologies for the delay in responding. I have opened JAVA-5621 to track this and will triage it shortly.

All the best,

Ross

@jyemin jyemin marked this pull request as draft November 18, 2024 21:56
@jyemin jyemin added the external label Feb 4, 2025
@jyemin jyemin marked this pull request as ready for review February 4, 2025 19:57
@jyemin jyemin closed this Feb 4, 2025
@jyemin
Copy link
Collaborator

jyemin commented Feb 4, 2025

See linked ticket for rationale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants