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
The following commit(s) were added to refs/heads/master by this push: new 59b1453 Remove trailing whitespace 59b1453 is described below commit 59b14533180f2cbc15e23726478eef7d630ed042 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Sun Apr 25 22:27:48 2021 +0100 Remove trailing whitespace --- .../main/java/org/apache/commons/rng/sampling/shape/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/shape/package-info.java b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/shape/package-info.java index 81df9a7..dba8c96 100644 --- a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/shape/package-info.java +++ b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/shape/package-info.java @@ -21,7 +21,7 @@ * <p> * This package contains classes for sampling coordinates from shapes, for example a unit ball. * </p> - * + * * @since 1.4 */