Skip to content

Commit 2dc2321

Browse files
committed
Javadoc
1 parent 4e5ba00 commit 2dc2321

File tree

1 file changed

+2
-0
lines changed
  • src/main/java/org/apache/commons/codec/digest

1 file changed

+2
-0
lines changed

src/main/java/org/apache/commons/codec/digest/B64.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ static void b64from24bit(final byte b2, final byte b1, final byte b0, final int
6969

7070
/**
7171
* Generates a string of random chars from the B64T set.
72+
*
7273
* <p>
7374
* The salt is generated with {@link SecureRandom}.
7475
* </p>
@@ -82,6 +83,7 @@ static String getRandomSalt(final int num) {
8283

8384
/**
8485
* Generates a string of random chars from the B64T set.
86+
*
8587
* <p>
8688
* The salt is generated with the {@link Random} provided.
8789
* </p>

0 commit comments

Comments
 (0)