Skip to content

Commit

Permalink
πŸ› Fixed mess up with BitSetType
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed Nov 10, 2023
1 parent d0d3eb9 commit f35a908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/ultreon/data/types/BitSetType.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void setValue(BitSet obj) {

@Override
public int id() {
return Types.UUID;
return Types.BIT_SET;
}

@Override
Expand Down

0 comments on commit f35a908

Please sign in to comment.