From c0f87c7000aaacd88c0f599ff2ea965e5f1ebf7e Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Wed, 9 Dec 2009 22:46:36 +0000 Subject: [PATCH] removed trailing whitespace git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@889006 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/math/genetics/GeneticAlgorithm.java | 4 ++-- .../java/org/apache/commons/math/ode/events/EventState.java | 2 +- .../commons/math/stat/clustering/EuclideanIntegerPoint.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java b/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java index a2794441e..081fe9e90 100644 --- a/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java +++ b/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java @@ -214,9 +214,9 @@ public class GeneticAlgorithm { } /** - * Returns the number of generations evolved to + * Returns the number of generations evolved to * reach {@link StoppingCondition} in the last run. - * + * * @return number of generations evolved */ public int getGenerationsEvolved() { diff --git a/src/main/java/org/apache/commons/math/ode/events/EventState.java b/src/main/java/org/apache/commons/math/ode/events/EventState.java index ff09646bf..08a8406c5 100644 --- a/src/main/java/org/apache/commons/math/ode/events/EventState.java +++ b/src/main/java/org/apache/commons/math/ode/events/EventState.java @@ -207,7 +207,7 @@ public class EventState { throw MathRuntimeException.createInternalError(null); } } - + // variation direction, with respect to the integration direction increasing = gb >= ga; diff --git a/src/main/java/org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.java b/src/main/java/org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.java index 43b5474f7..dde867f07 100644 --- a/src/main/java/org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.java +++ b/src/main/java/org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.java @@ -98,7 +98,7 @@ public class EuclideanIntegerPoint implements Clusterable } return hashCode; } - + /** {@inheritDoc} */ @Override public String toString() {