From d32be3c963eafe5d057d27e1b69744c3722d1664 Mon Sep 17 00:00:00 2001 From: Sunjeet Singh Date: Wed, 17 Apr 2024 12:27:11 -0700 Subject: [PATCH] HashIndex: drop final on class --- .../java/com/netflix/hollow/api/consumer/index/HashIndex.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hollow/src/main/java/com/netflix/hollow/api/consumer/index/HashIndex.java b/hollow/src/main/java/com/netflix/hollow/api/consumer/index/HashIndex.java index e5f3c75546..98efb5e18c 100644 --- a/hollow/src/main/java/com/netflix/hollow/api/consumer/index/HashIndex.java +++ b/hollow/src/main/java/com/netflix/hollow/api/consumer/index/HashIndex.java @@ -35,7 +35,7 @@ * @param the root, select, and result type * @param the query type */ -public final class HashIndex extends HashIndexSelect { +public class HashIndex extends HashIndexSelect { HashIndex( HollowConsumer consumer,