You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/06/15 09:02:40 UTC

commons-crypto git commit: Typo

Repository: commons-crypto
Updated Branches:
  refs/heads/master 617dbfb03 -> 35750c77b


Typo

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/35750c77
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/35750c77
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/35750c77

Branch: refs/heads/master
Commit: 35750c77b34f9cc746dd9be858636c08eaeff15d
Parents: 617dbfb
Author: Sebb <se...@apache.org>
Authored: Wed Jun 15 10:02:36 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Wed Jun 15 10:02:36 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/commons/crypto/conf/ConfigurationKeys.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/35750c77/src/main/java/org/apache/commons/crypto/conf/ConfigurationKeys.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/crypto/conf/ConfigurationKeys.java b/src/main/java/org/apache/commons/crypto/conf/ConfigurationKeys.java
index 3c65a21..a42cb81 100644
--- a/src/main/java/org/apache/commons/crypto/conf/ConfigurationKeys.java
+++ b/src/main/java/org/apache/commons/crypto/conf/ConfigurationKeys.java
@@ -38,8 +38,8 @@ public class ConfigurationKeys {
     /**
      * The configuration key of implementation class for crypto cipher. The
      * values of COMMONS_CRYPTO_CIPHER_CLASSES_KEY can be
-     * "org.apache.commons.crypto.cipher.JceCipher" and
-     * "org.apache.commons.crypto.cipher.OpensslCipher". And it takes a common
+     * "org.apache.commons.crypto.cipher.JceCipher" or
+     * "org.apache.commons.crypto.cipher.OpensslCipher". Or it can be a comma
      * separated list. The "org.apache.commons.crypto.cipher.JceCipher" use jce
      * provider to implement CryptoCipher and the
      * "org.apache.commons.crypto.cipher.OpensslCipher" use jni into openssl to