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


##########
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:
   @timgrein can you please update the javadoc to include the null behaviour?



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