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
commit 71db2a654c94c397b14d94fd2537844174f2ab22 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 18 08:05:01 2024 -0400 Javadoc --- src/main/java/org/apache/commons/compress/compressors/bzip2/CRC.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/compressors/bzip2/CRC.java b/src/main/java/org/apache/commons/compress/compressors/bzip2/CRC.java index 91e21e7e7..2259acb9b 100644 --- a/src/main/java/org/apache/commons/compress/compressors/bzip2/CRC.java +++ b/src/main/java/org/apache/commons/compress/compressors/bzip2/CRC.java @@ -19,7 +19,7 @@ package org.apache.commons.compress.compressors.bzip2; /** - * A simple class the hold and calculate the CRC for sanity checking of the data. + * A simple class the hold and calculate the cyclic redundancy check (CRC) for sanity checking of the data. * * @NotThreadSafe */