fixed javadoc typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@611631 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d085445d68
commit
9305664d2a
|
@ -145,7 +145,7 @@ public class ValueServer {
|
|||
* readable by *this at runtime.
|
||||
* <p>
|
||||
* This method must be called before using <code>getNext()</code>
|
||||
* with <code>mode = DISGEST_MODE</code>
|
||||
* with <code>mode = DIGEST_MODE</code>
|
||||
*
|
||||
* @throws IOException if an I/O error occurs reading the input file
|
||||
*/
|
||||
|
@ -162,7 +162,7 @@ public class ValueServer {
|
|||
* readable by *this at runtime.
|
||||
* <p>
|
||||
* This method must be called before using <code>getNext()</code>
|
||||
* with <code>mode = DISGEST_MODE</code>
|
||||
* with <code>mode = DIGEST_MODE</code>
|
||||
*
|
||||
* @param binCount the number of bins used in computing the empirical
|
||||
* distribution
|
||||
|
|
Loading…
Reference in New Issue