Skip to content

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