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

commit b922636fe96f7ca653d9054c50747803826bb2ae
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 15 15:56:31 2022 -0500

    Javadoc
---
 src/main/java/org/apache/commons/crypto/cipher/OpenSslNative.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/crypto/cipher/OpenSslNative.java 
b/src/main/java/org/apache/commons/crypto/cipher/OpenSslNative.java
index f116a7e..b213e97 100644
--- a/src/main/java/org/apache/commons/crypto/cipher/OpenSslNative.java
+++ b/src/main/java/org/apache/commons/crypto/cipher/OpenSslNative.java
@@ -154,7 +154,7 @@ final class OpenSslNative {
                                                        ByteBuffer output, int 
outputOffset, int maxOutputLength);
 
     /**
-     * The private constructor of {@link OpenSslNative}.
+     * Hides private constructor from external access.
      */
     private OpenSslNative() {
     }

Reply via email to