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 8a42e983 Normalize end of comments
8a42e983 is described below

commit 8a42e9834c60016aeb0bfc7bf7f5e2ce6a77aa9d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 20 10:47:18 2024 -0500

    Normalize end of comments
---
 src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java 
b/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java
index 70789131..e490925a 100644
--- a/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java
+++ b/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java
@@ -177,7 +177,6 @@ public interface CryptoCipher extends Closeable {
      * encryption/decryption operation
      * @throws UnsupportedOperationException if the corresponding method
      * has not been overridden by an implementation
-     *
      */
     default void updateAAD(final byte[] aad)
             throws IllegalArgumentException, IllegalStateException, 
UnsupportedOperationException {
@@ -206,7 +205,6 @@ public interface CryptoCipher extends Closeable {
      * encryption/decryption operation
      * @throws UnsupportedOperationException if the corresponding method
      * has not been overridden by an implementation
-     *
      */
     default void updateAAD(final ByteBuffer aad)
             throws IllegalArgumentException, IllegalStateException, 
UnsupportedOperationException {

Reply via email to