From 52fa2d939ad9b64644a05f92342269e947e89216 Mon Sep 17 00:00:00 2001 From: Stypox Date: Sat, 16 Apr 2022 17:07:07 +0200 Subject: [PATCH] Fix javadoc formatting error causing deployment to fail --- .../extractor/utils/RandomStringFromAlphabetGenerator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/utils/RandomStringFromAlphabetGenerator.java b/extractor/src/main/java/org/schabi/newpipe/extractor/utils/RandomStringFromAlphabetGenerator.java index a601c3e2..09fe734a 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/utils/RandomStringFromAlphabetGenerator.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/utils/RandomStringFromAlphabetGenerator.java @@ -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