Skip to content

Commit d32be3c

Browse files
committed
HashIndex: drop final on class
1 parent 29e1356 commit d32be3c

File tree

1 file changed

+1
-1
lines changed
  • hollow/src/main/java/com/netflix/hollow/api/consumer/index

1 file changed

+1
-1
lines changed

hollow/src/main/java/com/netflix/hollow/api/consumer/index/HashIndex.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @param <T> the root, select, and result type
3636
* @param <Q> the query type
3737
*/
38-
public final class HashIndex<T extends HollowRecord, Q> extends HashIndexSelect<T, T, Q> {
38+
public class HashIndex<T extends HollowRecord, Q> extends HashIndexSelect<T, T, Q> {
3939

4040
HashIndex(
4141
HollowConsumer consumer,

0 commit comments

Comments
 (0)