git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1394761 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2012-10-05 19:52:15 +00:00
parent 52990bc644
commit 955dda0258
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ public class EmpiricalDistribution implements Serializable {
/**
* Fills binStats array (second pass through data file).
*
* @param in object providing access to the data
* @param da object providing access to the data
* @throws IOException if an IO error occurs
*/
private void fillBinStats(final DataAdapter da)