Skip to content

Commit

Permalink
Make class public
Browse files Browse the repository at this point in the history
  • Loading branch information
slaurenz committed Mar 14, 2022
1 parent acb84d7 commit 613ab9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import java.util.logging.Logger;
import org.jetbrains.annotations.NotNull;

class PartialVariableHashFilter {
public class PartialVariableHashFilter {
private List<BigInteger> arrayList;
private byte size;
private float probRate;
Expand Down

0 comments on commit 613ab9b

Please sign in to comment.