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

bodewig 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 844fade  fix javadoc references
844fade is described below

commit 844fadedb84dc7698312d57891cee3469624ff31
Author: Stefan Bodewig <bode...@apache.org>
AuthorDate: Mon Feb 18 17:59:43 2019 +0100

    fix javadoc references
---
 .../commons/compress/archivers/tar/TarArchiveInputStream.java       | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java
 
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java
index 7aeb6dd..1e64f32 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java
@@ -94,7 +94,8 @@ public class TarArchiveInputStream extends ArchiveInputStream 
{
      * Constructor for TarInputStream.
      * @param is the input stream to use
      * @param lenient when set to true illegal values for group/userid, mode, 
device numbers and timestamp will be
-     * ignored and the fields set to {@link #UNKNOWN}. When set to false such 
illegal fields cause an exception instead.
+     * ignored and the fields set to {@link TarArchiveEntry#UNKNOWN}. When set 
to false such illegal fields cause an
+     * exception instead.
      * @since 1.19
      */
     public TarArchiveInputStream(final InputStream is, boolean lenient) {
@@ -163,7 +164,8 @@ public class TarArchiveInputStream extends 
ArchiveInputStream {
      * @param recordSize the record size to use
      * @param encoding name of the encoding to use for file names
      * @param lenient when set to true illegal values for group/userid, mode, 
device numbers and timestamp will be
-     * ignored and the fields set to {@link #UNKNOWN}. When set to false such 
illegal fields cause an exception instead.
+     * ignored and the fields set to {@link TarArchiveEntry#UNKNOWN}. When set 
to false such illegal fields cause an
+     * exception instead.
      * @since 1.19
      */
     public TarArchiveInputStream(final InputStream is, final int blockSize, 
final int recordSize,

Reply via email to