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 e3231068b Javadoc
e3231068b is described below

commit e3231068b43209c958e27fd2f0281c477f071985
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jul 10 12:03:06 2025 -0400

    Javadoc
---
 src/main/java/org/apache/commons/compress/utils/ByteUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/compress/utils/ByteUtils.java 
b/src/main/java/org/apache/commons/compress/utils/ByteUtils.java
index 32682bbca..8bbab9bfe 100644
--- a/src/main/java/org/apache/commons/compress/utils/ByteUtils.java
+++ b/src/main/java/org/apache/commons/compress/utils/ByteUtils.java
@@ -205,7 +205,7 @@ public static long fromLittleEndian(final DataInput in, 
final int length) throws
      * @return the number read
      * @throws IllegalArgumentException if len is bigger than eight
      * @throws IOException              if reading fails or the stream doesn't 
contain the given number of bytes anymore
-     * @deprecated Unused
+     * @deprecated Unused.
      */
     @Deprecated
     public static long fromLittleEndian(final InputStream in, final int 
length) throws IOException {
@@ -261,7 +261,7 @@ public static void toLittleEndian(final ByteConsumer 
consumer, final long value,
      * @param value  the value to write
      * @param length the number of bytes to use to represent the value
      * @throws IOException if writing fails
-     * @deprecated Unused
+     * @deprecated Unused.
      */
     @Deprecated
     public static void toLittleEndian(final DataOutput out, final long value, 
final int length) throws IOException {

Reply via email to