Author: erans
Date: Sat Oct 29 18:30:41 2011
New Revision: 1194966
URL: http://svn.apache.org/viewvc?rev=1194966&view=rev
Log:
Javadoc.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathArrays.java
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathArrays.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathArrays.java?rev=1194966&r1=1194965&r2=1194966&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathArrays.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathArrays.java
Sat Oct 29 18:30:41 2011
@@ -437,9 +437,10 @@ public class MathArrays {
/**
* Sort an array in place and perform the same reordering of entries on
- * other arrays. This method works the same as
- * {@link #sortInPlace(double[], double[] ...)}, but allows the order of
- * the sort to be provided in the {@code dir} parameter.
+ * other arrays. This method works the same as the other
+ * {@link #sortInPlace(double[], double[][]) sortInPlace} method, but
+ * allows the order of the sort to be provided in the {@code dir}
+ * parameter.
*
* @param x Array to be sorted and used as a pattern for permutation
* of the other arrays.