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 e05f9e61 Javadoc
e05f9e61 is described below

commit e05f9e61277089329a7d476677542afe1b099203
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Nov 4 11:36:39 2023 -0400

    Javadoc
---
 .../apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java
 
b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java
index 90ae4908..bd1af7c1 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java
@@ -167,8 +167,8 @@ public class SevenZArchiveEntry implements ArchiveEntry {
     /**
      * Gets the compressed CRC.
      *
-     * @deprecated use getCompressedCrcValue instead.
      * @return the compressed CRC
+     * @deprecated Use {@link #getCompressedCrcValue()} instead.
      */
     @Deprecated
     int getCompressedCrc() {

Reply via email to