fixed typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@683434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9d3b1d2f16
commit
be008314f3
|
@ -155,7 +155,7 @@ public class Frequency implements Serializable {
|
||||||
/**
|
/**
|
||||||
* Returns an Iterator over the set of values that have been added.
|
* Returns an Iterator over the set of values that have been added.
|
||||||
* <p>
|
* <p>
|
||||||
* If added values are itegral (i.e., integers, longs, Integers, or Longs),
|
* If added values are integral (i.e., integers, longs, Integers, or Longs),
|
||||||
* they are converted to Longs when they are added, so the objects returned
|
* they are converted to Longs when they are added, so the objects returned
|
||||||
* by the Iterator will in this case be Longs.</p>
|
* by the Iterator will in this case be Longs.</p>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue