Author: luc
Date: Wed Dec 9 22:46:36 2009
New Revision: 889006
URL: http://svn.apache.org/viewvc?rev=889006&view=rev
Log:
removed trailing whitespace
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java
commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/events/EventState.java
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.java
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java?rev=889006&r1=889005&r2=889006&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/GeneticAlgorithm.java
Wed Dec 9 22:46:36 2009
@@ -214,9 +214,9 @@
}
/**
- * 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() {
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/events/EventState.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/events/EventState.java?rev=889006&r1=889005&r2=889006&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/events/EventState.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/events/EventState.java
Wed Dec 9 22:46:36 2009
@@ -207,7 +207,7 @@
throw
MathRuntimeException.createInternalError(null);
}
}
-
+
// variation direction, with respect to the integration
direction
increasing = gb >= ga;
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.java?rev=889006&r1=889005&r2=889006&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.java
Wed Dec 9 22:46:36 2009
@@ -98,7 +98,7 @@
}
return hashCode;
}
-
+
/** {...@inheritdoc} */
@Override
public String toString() {