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 2022/12/18 11:24:52 UTC

[commons-crypto] 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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ea1717  Javadoc tweak
6ea1717 is described below

commit 6ea1717967ef497275632c0dd55f461c772468e3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Dec 18 06:24:49 2022 -0500

    Javadoc tweak
---
 src/main/java/org/apache/commons/crypto/utils/Utils.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/crypto/utils/Utils.java b/src/main/java/org/apache/commons/crypto/utils/Utils.java
index 93a9dad..1e9a06d 100644
--- a/src/main/java/org/apache/commons/crypto/utils/Utils.java
+++ b/src/main/java/org/apache/commons/crypto/utils/Utils.java
@@ -76,7 +76,6 @@ public final class Utils {
 
     /**
      * The file name of configuration file.
-     *
      */
     private static final String SYSTEM_PROPERTIES_FILE = Crypto.CONF_PREFIX + "properties";