Fix javadoc formatting error causing deployment to fail

This commit is contained in:
Stypox 2022-04-16 17:07:07 +02:00
parent 95a4b05acc
commit 52fa2d939a
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public final class RandomStringFromAlphabetGenerator {
* Generate a random string from an alphabet.
*
* @param alphabet the characters' alphabet to use
* @param length the length of the returned string (> 0)
* @param length the length of the returned string (greater than 0)
* @param random {@link Random} (or better {@link java.security.SecureRandom}) used for
* generating the random string
* @return a random string of the requested length made of only characters from the provided