Skip to content

Commit 608ef90

Browse files
committed
Javadoc
1 parent 61ceff6 commit 608ef90

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@
5757
*/
5858
public class DigestUtils {
5959

60-
private static final int BUFFER_SIZE = 1024;
60+
/**
61+
* Package-private for tests.
62+
*/
63+
static final int BUFFER_SIZE = 1024;
6164

6265
/**
6366
* Reads through a byte array and returns the digest for the data. Provided for symmetry with other methods.

0 commit comments

Comments
 (0)