Skip to content

Commit

Permalink
module-info and package-info javadoc improved2
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <david.k.kral@oracle.com>
  • Loading branch information
Verdent committed Jun 8, 2021
1 parent 5c8f97d commit b6b1878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Encryption/Decryption:
* <pre>
* <code>SymmetricCipher</code> - class which encrypts and decrypts provided message by symmetric cipher (AES, ChaCha20 etc.)
* <code>AsymmetricCipher</code> - class which encrypts and decrypts provided message by RSA
* <code>AsymmetricCipher</code> - class which encrypts and decrypts provided message by asymmetric cipher (RSA)
* </pre>
*/
package io.helidon.common.crypto;
2 changes: 1 addition & 1 deletion common/crypto/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Encryption/Decryption:
* <pre>
* <code>SymmetricCipher</code> - class which encrypts and decrypts provided message by symmetric cipher (AES, ChaCha20 etc.)
* <code>AsymmetricCipher</code> - class which encrypts and decrypts provided message by RSA
* <code>AsymmetricCipher</code> - class which encrypts and decrypts provided message by asymmetric cipher (RSA)
* </pre>
*/
module io.helidon.common.crypto {
Expand Down

0 comments on commit b6b1878

Please sign in to comment.