This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new 6efbfd0d5 Upper case acronym 6efbfd0d5 is described below commit 6efbfd0d515e30ab91ae6fc75951969a39de1c69 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Nov 12 09:05:12 2023 -0500 Upper case acronym --- .../java/org/apache/commons/compress/archivers/zip/CharsetAccessor.java | 2 +- .../org/apache/commons/compress/archivers/zip/ZipEncodingHelper.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/zip/CharsetAccessor.java b/src/main/java/org/apache/commons/compress/archivers/zip/CharsetAccessor.java index e5342bec7..daef521cb 100644 --- a/src/main/java/org/apache/commons/compress/archivers/zip/CharsetAccessor.java +++ b/src/main/java/org/apache/commons/compress/archivers/zip/CharsetAccessor.java @@ -35,7 +35,7 @@ public interface CharsetAccessor { /** * Provides access to the character set associated with an object. * <p> - * This allows nio oriented code to use more natural character encoding/decoding methods, + * This allowsNIOoriented code to use more natural character encoding/decoding methods, * whilst allowing existing code to continue to rely on special-case error handling for UTF-8. * </p> * @return the character set associated with this object diff --git a/src/main/java/org/apache/commons/compress/archivers/zip/ZipEncodingHelper.java b/src/main/java/org/apache/commons/compress/archivers/zip/ZipEncodingHelper.java index 336a1160a..ce11e4ea6 100644 --- a/src/main/java/org/apache/commons/compress/archivers/zip/ZipEncodingHelper.java +++ b/src/main/java/org/apache/commons/compress/archivers/zip/ZipEncodingHelper.java @@ -41,7 +41,7 @@ public abstract class ZipEncodingHelper { /** * Instantiates a ZIP encoding. An NIO based character set encoder/decoder will be returned. - * As a special case, if the character set is UTF-8, the nio encoder will be configured replace malformed and + * As a special case, if the character set is UTF-8, theNIOencoder will be configured replace malformed and * unmappable characters with '?'. This matches existing behavior from the older fallback encoder. * <p> * If the requested character set cannot be found, the platform default will