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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new a3a36c53 Fix typos in comments
a3a36c53 is described below

commit a3a36c53cca3453ab3ff8f510ca37d36355209fd
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 21 09:13:04 2024 -0400

    Fix typos in comments
---
 .../java/org/apache/commons/codec/binary/Base16OutputStreamTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/codec/binary/Base16OutputStreamTest.java 
b/src/test/java/org/apache/commons/codec/binary/Base16OutputStreamTest.java
index 59f582af..b6f56b70 100644
--- a/src/test/java/org/apache/commons/codec/binary/Base16OutputStreamTest.java
+++ b/src/test/java/org/apache/commons/codec/binary/Base16OutputStreamTest.java
@@ -35,7 +35,7 @@ public class Base16OutputStreamTest {
     /**
      * Test the Base16OutputStream implementation against empty input.
      *
-     * @throws IOException for some failure scenarios..
+     * @throws IOException for some failure scenarios.
      */
     @Test
     public void testBase16EmptyOutputStream() throws IOException {

Reply via email to