fixed javadoc error

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@758924 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-03-26 23:39:11 +00:00
parent 7edb7e34f8
commit d11d984705
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ class SimplexTableau implements Serializable {
/** Set an entry of the tableau.
* @param row row index
* @param column column index
* param value for the entry
* @param value for the entry
*/
protected final void setEntry(final int row, final int column,
final double value) {