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:
parent
7edb7e34f8
commit
d11d984705
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue