airlift / aircompressor

A port of Snappy, LZO, LZ4, and Zstandard to Java
Apache License 2.0
549 stars 110 forks source link

Fix temp path construction #204

Closed martint closed 2 weeks ago

martint commented 2 weeks ago

java.io.tmpdir is meant to be the default path if aircompressor.tmpdir is not specified. The parentheses were misplaced.