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 7163699a3 Javadoc
7163699a3 is described below
commit 7163699a35a87e607b471dc236834711ed2ad027
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Feb 27 21:19:19 2024 -0500
Javadoc
---
.../apache/commons/compress/archivers/tar/TarArchiveSparseEntry.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.java
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.java
index 7feb47819..b462d8751 100644
---
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.java
+++
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.java
@@ -71,7 +71,7 @@ public class TarArchiveSparseEntry implements TarConstants {
}
/**
- * Obtains information about the configuration for the sparse entry.
+ * Gets information about the configuration for the sparse entry.
*
* @since 1.20
* @return information about the configuration for the sparse entry.