Skip to content

Commit 054a4dd

Browse files
committed
Fix Javadoc text
1 parent decdb7d commit 054a4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/codec/digest/DigestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ public static MessageDigest updateDigest(final MessageDigest digest, final File
14571457
}
14581458

14591459
/**
1460-
* Reads through a RandomAccessFile and updates the digest for the data using non-blocking-io (NIO).
1460+
* Reads through a FileChannel and updates the digest for the data using non-blocking-io (NIO).
14611461
*
14621462
* TODO Decide if this should be public.
14631463
*

0 commit comments

Comments
 (0)