This is an automated email from the ASF dual-hosted git repository.

peterlee 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 42b6aa4  minor typos cleanup
42b6aa4 is described below

commit 42b6aa4c8a097f2ed49eb51b9fac61e7f8033cb2
Author: PeterAlfredLee <peteralfred...@gmail.com>
AuthorDate: Mon Jun 1 21:00:53 2020 +0800

    minor typos cleanup
---
 .../apache/commons/compress/archivers/tar/TarArchiveOutputStream.java  | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java
 
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java
index 07b3e69..e4b0c2d 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java
@@ -335,9 +335,6 @@ public class TarArchiveOutputStream extends 
ArchiveOutputStream {
      * @param archiveEntry The TarEntry to be written to the archive.
      * @throws IOException on error
      * @throws ClassCastException if archiveEntry is not an instance of 
TarArchiveEntry
-     * @throws IllegalArgumentException if the {@link 
TarArchiveOutputStream#longFileMode} equals
-     *                                  {@link 
TarArchiveOutputStream#LONGFILE_ERROR} and the file
-     *                                  name is too long
      * @throws IllegalArgumentException if the {@link 
TarArchiveOutputStream#bigNumberMode} equals
      *         {@link TarArchiveOutputStream#BIGNUMBER_ERROR} and one of the 
numeric values
      *         exceeds the limits of a traditional tar header.

Reply via email to