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/30 11:04:50 UTC

[commons-rng] branch master updated: Removed 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 8f0c3f0  Removed trailing whitespace.
8f0c3f0 is described below

commit 8f0c3f016eb200221b0f09b99412071f0a1e2a1f
Author: aherbert <ah...@apache.org>
AuthorDate: Thu May 30 12:04:46 2019 +0100

    Removed trailing whitespace.
---
 .../org/apache/commons/rng/examples/jmh/ConstructionPerformance.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/ConstructionPerformance.java b/commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/ConstructionPerformance.java
index 9554c1f..cf2405a 100644
--- a/commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/ConstructionPerformance.java
+++ b/commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/ConstructionPerformance.java
@@ -110,7 +110,7 @@ public class ConstructionPerformance {
     private static final byte[][] BYTE_ARRAY_SEEDS;
 
     /**
-     * The values. Must NOT be final to prevent JVM optimisation! 
+     * The values. Must NOT be final to prevent JVM optimisation!
      * This is used to test the speed of the BlackHole consuming an object.
      */
     private Object[] values;