timgrein commented on code in PR #16296:
URL: https://github.com/apache/lucene/pull/16296#discussion_r3492345201


##########
lucene/core/src/java/org/apache/lucene/util/RamUsageEstimator.java:
##########
@@ -428,6 +428,9 @@ private static long sizeOfObject(Object o, int depth, long 
defSize) {
    * Accountable#ramBytesUsed()} method.
    */
   public static long sizeOf(Accountable accountable) {

Review Comment:
   @ChrisHegarty Updated with [Update javadocs documenting null 
behavior](https://github.com/apache/lucene/pull/16296/commits/57b6904e94f5fbe1991ac30c1bc4cc9e24ace797)



-- 
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]

Reply via email to