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

commit b1e9ae6fa7b8127ef1e8faf804817fe4041ec072
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Dec 12 07:14:21 2022 -0500

    Format
---
 .../java/org/apache/commons/crypto/cipher/CryptoCipherFactory.java  | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/crypto/cipher/CryptoCipherFactory.java 
b/src/main/java/org/apache/commons/crypto/cipher/CryptoCipherFactory.java
index e86c969..8f57435 100644
--- a/src/main/java/org/apache/commons/crypto/cipher/CryptoCipherFactory.java
+++ b/src/main/java/org/apache/commons/crypto/cipher/CryptoCipherFactory.java
@@ -33,8 +33,7 @@ public class CryptoCipherFactory {
     /**
      * The configuration key of the provider class for JCE cipher.
      */
-    public static final String JCE_PROVIDER_KEY = Crypto.CONF_PREFIX
-            + "cipher.jce.provider";
+    public static final String JCE_PROVIDER_KEY = Crypto.CONF_PREFIX + 
"cipher.jce.provider";
     /**
      * The configuration key of the CryptoCipher implementation class.
      * <p>
@@ -49,8 +48,7 @@ public class CryptoCipherFactory {
      * order of descending priority.
      */
 
-    public static final String CLASSES_KEY = Crypto.CONF_PREFIX
-            + "cipher.classes";
+    public static final String CLASSES_KEY = Crypto.CONF_PREFIX + 
"cipher.classes";
 
     /**
      * Defines the internal CryptoCipher implementations.

Reply via email to