neoremind opened a new pull request, #16499: URL: https://github.com/apache/lucene/pull/16499
* Remove the lastCount field as it is not in use, the `!= -1` guard in `shrink()` has been not applicable * Remove close(): it has no callers, also `Map` data structure typically does not provide such operation * Fix get() javadoc: valid ids are non-negative, not positive (0 is a valid id) * Fix the rehash() comment: the shrink threshold is 25% occupancy, not 20% * Remove a stale TODO comment in DirectBytesStartArray -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
