Skip to content

Commit 662ab62

Browse files
committed
Mark this class final
1 parent c5df0ee commit 662ab62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/accesscontrol/DocumentSubsetBitsetCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public Map<String, Object> usageStats() {
323323
return Map.of("count", entryCount(), "memory", ram.toString(), "memory_in_bytes", ram.getBytes());
324324
}
325325

326-
private static class BitsetCacheKey {
326+
private static final class BitsetCacheKey {
327327

328328
final IndexReader.CacheKey index;
329329
final Query query;

0 commit comments

Comments
 (0)