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/05/07 15:47:30 UTC

[commons-rng] branch master updated: Removed spurious Javadoc comment in the test.

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 44f7b62  Removed spurious Javadoc comment in the test.
44f7b62 is described below

commit 44f7b628bc1ae426740a37199b984893c45068e4
Author: aherbert <ah...@apache.org>
AuthorDate: Tue May 7 16:47:25 2019 +0100

    Removed spurious Javadoc comment in the test.
---
 .../commons/rng/sampling/distribution/ContinuousUniformSamplerTest.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/distribution/ContinuousUniformSamplerTest.java b/commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/distribution/ContinuousUniformSamplerTest.java
index 91aac68..de560a1 100644
--- a/commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/distribution/ContinuousUniformSamplerTest.java
+++ b/commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/distribution/ContinuousUniformSamplerTest.java
@@ -30,7 +30,6 @@ public class ContinuousUniformSamplerTest {
      */
     @Test
     public void testNoRestrictionOnOrderOfLowAndHighParameters() {
-        // Note: This 
         final double low = 3.18;
         final double high = 5.23;
         final UniformRandomProvider rng = RandomSource.create(RandomSource.SPLIT_MIX_64);