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 a7bfe76ee7c2f3f68411c02383ed9cad9a808d17
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 17 14:22:57 2023 -0400

    Javadoc
---
 src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java 
b/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java
index aa91c16d..21fbe25a 100644
--- a/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java
+++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java
@@ -42,7 +42,8 @@ import 
org.apache.commons.compress.utils.BoundedSeekableByteChannelInputStream;
 import org.apache.commons.compress.utils.SeekableInMemoryByteChannel;
 
 /**
- * The TarFile provides random access to UNIX archives.
+ * Provides random access to UNIX archives.
+ *
  * @since 1.21
  */
 public class TarFile implements Closeable {

Reply via email to