sgup432 commented on code in PR #15124:
URL: https://github.com/apache/lucene/pull/15124#discussion_r2370267828


##########
lucene/core/src/java/org/apache/lucene/search/LRUQueryCache.java:
##########
@@ -705,6 +710,17 @@ public long ramBytesUsed() {
     }
   }
 
+  // pkg-private for testing
+  static class Record {

Review Comment:
   Changed to record type, keeping the same name as before. Hopefully it looks 
okay now
   



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