You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/16 13:55:56 UTC

[commons-codec] branch master updated: Javadoc tweak

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 be74b3c5 Javadoc tweak
be74b3c5 is described below

commit be74b3c512ba224c7607976433b73cc80d0d4c58
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Mar 16 09:55:52 2023 -0400

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

diff --git a/src/main/java/org/apache/commons/codec/cli/Digest.java b/src/main/java/org/apache/commons/codec/cli/Digest.java
index b809039e..ab838095 100644
--- a/src/main/java/org/apache/commons/codec/cli/Digest.java
+++ b/src/main/java/org/apache/commons/codec/cli/Digest.java
@@ -28,7 +28,7 @@ import org.apache.commons.codec.digest.DigestUtils;
 import org.apache.commons.codec.digest.MessageDigestAlgorithms;
 
 /**
- * A minimal command line to run digest over files, directories or a string
+ * A minimal command line to run digest over files, directories or a string.
  *
  * @see #main(String[])
  * @since 1.11