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 5d7c1bef4 Javadoc
5d7c1bef4 is described below
commit 5d7c1bef425bfaeae162ee9507f1a7ef9970e2db
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Mar 5 10:06:37 2024 -0500
Javadoc
---
.../org/apache/commons/compress/archivers/EntryStreamOffsets.java | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/compress/archivers/EntryStreamOffsets.java
b/src/main/java/org/apache/commons/compress/archivers/EntryStreamOffsets.java
index 126d9d873..c27f563f3 100644
---
a/src/main/java/org/apache/commons/compress/archivers/EntryStreamOffsets.java
+++
b/src/main/java/org/apache/commons/compress/archivers/EntryStreamOffsets.java
@@ -23,7 +23,9 @@ package org.apache.commons.compress.archivers;
*/
public interface EntryStreamOffsets {
- /** Special value indicating that the offset is unknown. */
+ /**
+ * Indicates that the offset is unknown.
+ */
long OFFSET_UNKNOWN = -1;
/**