removed trailing whitespace

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@889006 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-12-09 22:46:36 +00:00
parent a97a14915d
commit c0f87c7000
3 changed files with 4 additions and 4 deletions

View File

@ -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() {

View File

@ -207,7 +207,7 @@ public class EventState {
throw MathRuntimeException.createInternalError(null);
}
}
// variation direction, with respect to the integration direction
increasing = gb >= ga;

View File

@ -98,7 +98,7 @@ public class EuclideanIntegerPoint implements Clusterable<EuclideanIntegerPoint>
}
return hashCode;
}
/** {@inheritDoc} */
@Override
public String toString() {