lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.1k stars 253 forks source link

fix NPE in LZ4Factory and XXHashFactory #60

Closed yilongli closed 9 years ago

yilongli commented 9 years ago

This fixes my problem in https://github.com/jpountz/lz4-java/issues/59.

jpountz commented 9 years ago

Thanks!