mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2024-11-29 13:31:33 +01:00
Fix javadoc formatting error causing deployment to fail
This commit is contained in:
parent
95a4b05acc
commit
52fa2d939a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user