Skip to content

Commit

Permalink
Changed target to Java 11 removed Serial Anotation
Browse files Browse the repository at this point in the history
  • Loading branch information
slaurenz committed Feb 4, 2022
1 parent ed584bc commit 8f4c563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class BloomFilterImpl implements BloomFilter, Serializable {
private final static byte NUM_BYTES=Integer.BYTES;
private final static byte NUM_BIT_FORMAT = (NUM_BYTES*NUM_BITS);

@Serial

private static final long serialVersionUID = 7526472295622776147L;
private static final short version = 1;

Expand Down

0 comments on commit 8f4c563

Please sign in to comment.