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 baf8a827e Javadoc baf8a827e is described below commit baf8a827e6783f93994765a87b92787bac03b6d9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 5 10:10:16 2024 -0500 Javadoc --- .../java/org/apache/commons/compress/archivers/EntryStreamOffsets.java | 2 +- 1 file changed, 1 insertion(+), 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 c27f563f3..e0bfbea56 100644 --- a/src/main/java/org/apache/commons/compress/archivers/EntryStreamOffsets.java +++ b/src/main/java/org/apache/commons/compress/archivers/EntryStreamOffsets.java @@ -36,7 +36,7 @@ public interface EntryStreamOffsets { long getDataOffset(); /** - * Indicates whether the stream is contiguous, i.e. not split among several archive parts, interspersed with control blocks, etc. + * Tests whether the stream is contiguous, that is, not split among several archive parts, interspersed with control blocks, and so on. * * @return true if stream is contiguous, false otherwise. */