From 3ea635a01c8e4cfe058e3604232be87467615849 Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Sat, 29 Oct 2011 18:30:41 +0000 Subject: [PATCH] Javadoc. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1194966 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/math/util/MathArrays.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/math/util/MathArrays.java b/src/main/java/org/apache/commons/math/util/MathArrays.java index 695b5a21f..8662ba382 100644 --- a/src/main/java/org/apache/commons/math/util/MathArrays.java +++ b/src/main/java/org/apache/commons/math/util/MathArrays.java @@ -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.