Skip to content

Commit

Permalink
byte_shuffle -> shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz authored Nov 20, 2024
1 parent ca18379 commit 228abf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/scalableminds/bloscjava/Blosc.java
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public enum Shuffle {
/**
* Byte-wise shuffling
*/
BYTE_SHUFFLE(1, "byteshuffle"),
BYTE_SHUFFLE(1, "shuffle"),
/**
* Bit-wise shuffling
*/
Expand Down Expand Up @@ -286,4 +286,4 @@ public int getValue() {
return shuffle;
}
}
}
}

0 comments on commit 228abf8

Please sign in to comment.