Skip to content

Commit 8a8fb66

Browse files
committed
Remove trailing whitespace
1 parent f1a6ed7 commit 8a8fb66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/RandomAssert.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public static UniformRandomProvider[] createRNG(int count) {
239239
* <p>It should be noted that repeat invocations of a failing test by the surefire plugin
240240
* will receive an instance with the same seed. If a test may fail due to stochastic conditions
241241
* then consider using {@link RandomAssert#createRNG()} or {@link #createRNG(int)} which will
242-
* obtain a different RNG for repeat test executions.
242+
* obtain a different RNG for repeat test executions.
243243
*
244244
* @return the uniform random provider
245245
* @see RandomSource#create()

src/site/site.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<custom>
5757
<!-- Custom properties controlling the commons-skin template. -->
5858
<commonsSkin>
59-
<!--
59+
<!--
6060
Convert preformatted source section tags to prettyprint:
6161
<div class="source"><pre> to <div class="source"><pre class="prettyprint">
6262
-->

0 commit comments

Comments
 (0)