Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guanshi committed Jul 16, 2024
1 parent 1c0cc80 commit 7fff4f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public RoaringBitmap32() {
this.roaringBitmap = new RoaringBitmap();
}

public RoaringBitmap32(RoaringBitmap roaringBitmap) {
private RoaringBitmap32(RoaringBitmap roaringBitmap) {
this.roaringBitmap = roaringBitmap;
}

Expand Down

0 comments on commit 7fff4f8

Please sign in to comment.