(docs) add "</p>" to end of crypto statement

This commit is contained in:
Tompkins 2019-04-04 08:17:22 -04:00
parent 7ab94f46fd
commit 3e37b25ebc
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import java.util.Random;
*
* <p><em>Note.</em> This class relies on an instance of {@link Random}, and instances
* of {@link Random} are not cryptographically secure. Consider instead using a more
* cryptographically secure pseudo-random number generator, for which we have no utility class.
* cryptographically secure pseudo-random number generator, for which we have no utility class.</p>
*
* <p>#ThreadSafe#</p>
* @since 1.0