This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit 54b109f25c86865a12dc782e468338f1b67ccc38 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Wed Jul 15 13:11:00 2020 +0100 Javadoc --- .../java/org/apache/commons/codec/binary/Base16InputStreamTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/codec/binary/Base16InputStreamTest.java b/src/test/java/org/apache/commons/codec/binary/Base16InputStreamTest.java index 99066e7..ef123b5 100644 --- a/src/test/java/org/apache/commons/codec/binary/Base16InputStreamTest.java +++ b/src/test/java/org/apache/commons/codec/binary/Base16InputStreamTest.java @@ -301,7 +301,7 @@ public class Base16InputStreamTest { /** * Tests read with null. * - * @throws Exception for some failure scenarios. + * @throws IOException for some failure scenarios. */ @Test public void testReadNull() throws IOException {