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-io.git
commit 95ec048d7c0370f020c40eecf28eb8cc759b67fb Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 2 08:58:25 2025 -0500 Javadoc --- src/main/java/org/apache/commons/io/channels/FileChannels.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/channels/FileChannels.java b/src/main/java/org/apache/commons/io/channels/FileChannels.java index 94116b14e..6db35be1e 100644 --- a/src/main/java/org/apache/commons/io/channels/FileChannels.java +++ b/src/main/java/org/apache/commons/io/channels/FileChannels.java @@ -32,7 +32,7 @@ public final class FileChannels { /** - * Tests if two RandomAccessFiles contents are equal. + * Tests if two FileChannel contents are equal starting at their respective current positions. * * @param channel1 A FileChannel. * @param channel2 Another FileChannel.