Skip to content

Commit 5a4b542

Browse files
databyjpbevzzz
andauthored
Apply suggestions from code review
Co-authored-by: dyma solovei <53943884+bevzzz@users.noreply.github.com>
1 parent f93d860 commit 5a4b542

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/io/weaviate/client6/v1/api/backup/CompressionLevel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public enum CompressionLevel {
1111
BEST_SPEED,
1212
/** Use compression algorithm that prioritizes compression quality. */
1313
@SerializedName("BestCompression")
14-
BEST_COMPRESSION;
14+
BEST_COMPRESSION,
1515
/** Use ZSTD compression algorithm at default (balanced) settings. */
1616
@SerializedName("ZstdDefaultCompression")
1717
ZSTD_DEFAULT,
@@ -20,7 +20,7 @@ public enum CompressionLevel {
2020
ZSTD_BEST_SPEED,
2121
/** Use ZSTD compression algorithm and prioritize compression quality. */
2222
@SerializedName("ZstdBestCompression")
23-
ZSTD_BEST_COMPRESSION;
23+
ZSTD_BEST_COMPRESSION,
2424
/** Do not use compression. */
2525
@SerializedName("NoCompression")
2626
NO_COMPRESSION;

0 commit comments

Comments
 (0)