Skip to content

Commit

Permalink
Fix doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak authored and dkulp committed Jul 31, 2023
1 parent 72a0a6c commit dcbff5b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
/**
* Encapsulates the ability to specify and configure a compression codec.
*
* Currently there are three codecs registered by default:
* Currently there are five codecs registered by default:
* <ul>
* <li>{@code null}</li>
* <li>{@code deflate}</li>
* <li>{@code snappy}</li>
* <li>{@code bzip2}</li>
* <li>{@code xz}</li>
* <li>{@code zstandard}</li>
* </ul>
*
* New and custom codecs can be registered using
Expand Down

0 comments on commit dcbff5b

Please sign in to comment.