diff --git a/src/test/java/org/apache/commons/math/util/FastMathTestPerformance.java b/src/test/java/org/apache/commons/math/util/FastMathTestPerformance.java index 5fde6869b..6b760d847 100644 --- a/src/test/java/org/apache/commons/math/util/FastMathTestPerformance.java +++ b/src/test/java/org/apache/commons/math/util/FastMathTestPerformance.java @@ -44,8 +44,8 @@ public class FastMathTestPerformance { System.getProperty("java.version"), System.getProperty("java.runtime.version","?"), System.getProperty("java.vm.name"), - System.getProperty("java.vm.version"), - "")); + System.getProperty("java.vm.version") + )); } private static void report(String name, long strictMathTime, long fastMathTime, long mathTime) {