You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/09/23 20:47:34 UTC

[commons-rng] branch master updated: Fix trailing whitespace.

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 5d2d828  Fix trailing whitespace.
5d2d828 is described below

commit 5d2d828bbbb0daf7e5f7984e387d90109aa3a409
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Mon Sep 23 21:47:29 2019 +0100

    Fix trailing whitespace.
---
 .../src/main/java/org/apache/commons/rng/simple/RandomSource.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-rng-simple/src/main/java/org/apache/commons/rng/simple/RandomSource.java b/commons-rng-simple/src/main/java/org/apache/commons/rng/simple/RandomSource.java
index 2f5a6f2..9ead40c 100644
--- a/commons-rng-simple/src/main/java/org/apache/commons/rng/simple/RandomSource.java
+++ b/commons-rng-simple/src/main/java/org/apache/commons/rng/simple/RandomSource.java
@@ -549,7 +549,7 @@ public enum RandomSource {
      *   when the array contains more bits than the state of the generator.
      *  </li>
      *  <li>
-     *   When the {@code seed} is {@code null}, a seed of the correct type 
+     *   When the {@code seed} is {@code null}, a seed of the correct type
      *   and size (for array seeds) will be generated.
      *  </li>
      * </ul>