Skip to content
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

change modifiedCount to type long #1480

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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

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

Successfully merging this pull request may close these issues.

2 participants