Skip to content

Commit

Permalink
HashIndex: drop final on class
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunjeet committed Apr 17, 2024
1 parent 29e1356 commit d32be3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @param <T> the root, select, and result type
* @param <Q> the query type
*/
public final class HashIndex<T extends HollowRecord, Q> extends HashIndexSelect<T, T, Q> {
public class HashIndex<T extends HollowRecord, Q> extends HashIndexSelect<T, T, Q> {

HashIndex(
HollowConsumer consumer,
Expand Down

0 comments on commit d32be3c

Please sign in to comment.