Skip to content

Commit

Permalink
Make Util class final
Browse files Browse the repository at this point in the history
  • Loading branch information
martint committed Jan 11, 2019
1 parent 2017642 commit 4af80e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/airlift/compress/zstd/Util.java
Expand Up @@ -18,7 +18,7 @@
import static io.airlift.compress.zstd.Constants.SIZE_OF_SHORT;
import static io.airlift.compress.zstd.UnsafeUtil.UNSAFE;

class Util
final class Util
{
private Util()
{
Expand Down

0 comments on commit 4af80e7

Please sign in to comment.