Dropped extraneous javadoc @param.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1427046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2012-12-31 04:43:29 +00:00
parent 8bdb73e3e0
commit 59c8371ba1
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ public class DiagonalMatrix extends AbstractRealMatrix
* Creates a matrix with the supplied dimension.
*
* @param dimension Number of rows and columns in the new matrix.
* @param columnDimension Number of columns in the new matrix.
* @throws NotStrictlyPositiveException if the dimension is
* not positive.
*/