aherbert commented on a change in pull request #31: Added non-blocking File 
digest methods
URL: https://github.com/apache/commons-codec/pull/31#discussion_r353158280
 
 

 ##########
 File path: src/main/java/org/apache/commons/codec/digest/DigestUtils.java
 ##########
 @@ -1207,6 +1223,29 @@ public static MessageDigest updateDigest(final 
MessageDigest digest, final File
         }
     }
 
+    /**
+     * Reads through a RandomAccessFile and updates the digest for the data
+     * using non-blocking-io (NIO)
 
 Review comment:
   First line of javadoc should end with a period.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to