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 17aef86f015485f3582db4a2a11e810ed16323e9
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 9 10:03:42 2023 -0500

    Fix bogus Javadoc link reference
---
 .../org/apache/commons/compress/harmony/unpack200/SegmentHeader.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/compress/harmony/unpack200/SegmentHeader.java
 
b/src/main/java/org/apache/commons/compress/harmony/unpack200/SegmentHeader.java
index 199fc6286..45a7435f9 100644
--- 
a/src/main/java/org/apache/commons/compress/harmony/unpack200/SegmentHeader.java
+++ 
b/src/main/java/org/apache/commons/compress/harmony/unpack200/SegmentHeader.java
@@ -306,7 +306,7 @@ public class SegmentHeader {
     }
 
     /**
-     * Completely reads in a byte array, akin to the implementation in {@link 
java.lang.DataInputStream}. TODO Refactor out into a separate InputStream 
handling
+     * Completely reads in a byte array, akin to the implementation in {@link 
java.io.DataInputStream}. TODO Refactor out into a separate InputStream handling
      * class
      *
      * @param in   the input stream to read from

Reply via email to