garydgregory commented on code in PR #332: URL: https://github.com/apache/commons-compress/pull/332#discussion_r1038173634
########## src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java: ########## @@ -18,6 +18,7 @@ package org.apache.commons.compress.archivers.sevenz; import static java.nio.charset.StandardCharsets.UTF_16LE; +import static org.apache.commons.compress.utils.ByteUtils.utf16Decode; Review Comment: I think we only use this style of method references for assertions in tests. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
