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 5812d2cf Javadoc
5812d2cf is described below

commit 5812d2cf9d4403384cb4f3b16a66c48261547643
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 17 10:26:54 2024 -0500

    Javadoc
---
 src/main/java/org/apache/commons/codec/net/QuotedPrintableCodec.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/codec/net/QuotedPrintableCodec.java 
b/src/main/java/org/apache/commons/codec/net/QuotedPrintableCodec.java
index e18a1c4c..03fbc13f 100644
--- a/src/main/java/org/apache/commons/codec/net/QuotedPrintableCodec.java
+++ b/src/main/java/org/apache/commons/codec/net/QuotedPrintableCodec.java
@@ -292,7 +292,7 @@ public class QuotedPrintableCodec implements BinaryEncoder, 
BinaryDecoder, Strin
     }
 
     /**
-     * Return the byte at position {@code index} of the byte array and
+     * Gets the byte at position {@code index} of the byte array and
      * make sure it is unsigned.
      *
      * @param index

Reply via email to