Skip to content

Commit

Permalink
Apply code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasGasior1 committed Feb 14, 2024
1 parent 6659e66 commit 46fa5ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/src/main/java/com/radixdlt/crypto/RadixKeyStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
* store,
*
* <p><b>Implementation note:</b><br>
* This store uses a PKCS#12 representation for the underlying storage.
* It's required to supply a non-null password for the keystore, but it can be empty.
* An empty password will be used as-is, without any replacement default.
* This store uses a PKCS#12 representation for the underlying storage. It's required to supply a
* non-null password for the keystore, but it can be empty. An empty password will be used as-is,
* without any replacement default.
*/
@SecurityCritical(SecurityKind.KEY_STORE)
public final class RadixKeyStore implements Closeable {
Expand Down

0 comments on commit 46fa5ae

Please sign in to comment.