dwalluck commented on PR #666: URL: https://github.com/apache/commons-compress/pull/666#issuecomment-2818923609
@garydgregory Looks good. Couldn't the hard-coded constants be replaced by methods from `Zstd`, e.g., ```java public static final int ZSTD_CLEVEL_DEFAULT = 3; ``` becomes ```java public static final int ZSTD_CLEVEL_DEFAULT = Zstd.defaultCompressionLevel(); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org