Skip to content

Commit 228abf8

Browse files
authored
byte_shuffle -> shuffle
1 parent ca18379 commit 228abf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/java/com/scalableminds/bloscjava

src/main/java/com/scalableminds/bloscjava/Blosc.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public enum Shuffle {
251251
/**
252252
* Byte-wise shuffling
253253
*/
254-
BYTE_SHUFFLE(1, "byteshuffle"),
254+
BYTE_SHUFFLE(1, "shuffle"),
255255
/**
256256
* Bit-wise shuffling
257257
*/
@@ -286,4 +286,4 @@ public int getValue() {
286286
return shuffle;
287287
}
288288
}
289-
}
289+
}

0 commit comments

Comments
 (0)