This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new 0d9bda896 Javadoc 0d9bda896 is described below commit 0d9bda8967905c657dafc0a051eb72e10c623c45 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 7 20:32:12 2024 -0400 Javadoc --- src/main/java/org/apache/commons/lang3/RandomUtils.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/RandomUtils.java b/src/main/java/org/apache/commons/lang3/RandomUtils.java index 219afa5a9..96ae715ed 100644 --- a/src/main/java/org/apache/commons/lang3/RandomUtils.java +++ b/src/main/java/org/apache/commons/lang3/RandomUtils.java @@ -74,7 +74,6 @@ public class RandomUtils { * Gets the singleton instance based on {@link ThreadLocalRandom#current()}; <b>which is not cryptographically * secure</b>; use {@link #secure()} to use an algorithms/providers specified in the * {@code securerandom.strongAlgorithms} {@link Security} property. - * </p> * <p> * The method {@link ThreadLocalRandom#current()} is called on-demand. * </p>