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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 4b493cec Javadoc fixes 4b493cec is described below commit 4b493cecb1ac8c238693da67c2c2e31da491ce95 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 13 14:46:27 2023 -0500 Javadoc fixes --- .../src/main/java/org/apache/commons/vfs2/RandomAccessContent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/RandomAccessContent.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/RandomAccessContent.java index 408911c8..ea34d8d0 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/RandomAccessContent.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/RandomAccessContent.java @@ -90,11 +90,11 @@ public interface RandomAccessContent extends DataOutput, DataInput, Closeable { * Sets the length of this content. * * <p> - * If the the {@code newLength} argument is smaller than {@link #length()}, the content is truncated. + * If the {@code newLength} argument is smaller than {@link #length()}, the content is truncated. * </p> * * <p> - * If the the {@code newLength} argument is greater than {@link #length()}, the content grows with undefined data. + * If the {@code newLength} argument is greater than {@link #length()}, the content grows with undefined data. * </p> * * @param newLength The desired content length