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 6c8f8345e Javadoc
6c8f8345e is described below
commit 6c8f8345e1549aeca73026f7ee629d4ba9b4396c
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Sep 9 16:05:32 2025 -0700
Javadoc
---
src/main/java/org/apache/commons/compress/utils/ByteUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 8bbab9bfe..c89f933e3 100644
--- a/src/main/java/org/apache/commons/compress/utils/ByteUtils.java
+++ b/src/main/java/org/apache/commons/compress/utils/ByteUtils.java
@@ -66,7 +66,7 @@ public interface ByteSupplier {
* {@link ByteSupplier} based on {@link InputStream}.
*
* @since 1.14
- * @deprecated Unused
+ * @deprecated No longer used.
*/
@Deprecated
public static class InputStreamByteSupplier implements ByteSupplier {