Skip to content

Commit 52fa2d9

Browse files
committed
Fix javadoc formatting error causing deployment to fail
1 parent 95a4b05 commit 52fa2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractor/src/main/java/org/schabi/newpipe/extractor/utils/RandomStringFromAlphabetGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ private RandomStringFromAlphabetGenerator() {
1616
* Generate a random string from an alphabet.
1717
*
1818
* @param alphabet the characters' alphabet to use
19-
* @param length the length of the returned string (> 0)
19+
* @param length the length of the returned string (greater than 0)
2020
* @param random {@link Random} (or better {@link java.security.SecureRandom}) used for
2121
* generating the random string
2222
* @return a random string of the requested length made of only characters from the provided

0 commit comments

Comments
 (0)