mongo-java-driver icon indicating copy to clipboard operation
mongo-java-driver copied to clipboard

change modifiedCount to type long

Open danibs opened this issue 1 year ago • 1 comments

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

danibs avatar Aug 14 '24 13:08 danibs

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

rozza avatar Sep 23 '24 10:09 rozza

See linked ticket for rationale.

jyemin avatar Feb 04 '25 20:02 jyemin