This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit db5ab1c090882a2d6efb20e8c0ab7b1cb93866bf Author: Alex Herbert <aherb...@apache.org> AuthorDate: Thu Aug 5 17:04:04 2021 +0100 Update minimum Java version stated in user guide --- src/site/apt/userguide/rng.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt index ae39c95..8626f84 100644 --- a/src/site/apt/userguide/rng.apt +++ b/src/site/apt/userguide/rng.apt @@ -976,4 +976,4 @@ double[] coordinate = sampler.sample(); 6. Dependencies - Apache Commons RNG requires JDK 1.6+ and has no runtime dependencies. + Apache Commons RNG requires JDK 1.7+ and has no runtime dependencies.