javadoc only.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@600370 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2007-12-02 20:28:50 +00:00
parent 7f87ad1da7
commit 1cc67cf435
1 changed files with 2 additions and 2 deletions

View File

@ -46,9 +46,9 @@ import org.apache.commons.math.util.ResizableDoubleArray;
* added in a "rolling" manner, with new values replacing the "oldest" values
* in the dataset.
*
* Note: this class is not threadsafe. Use
* <p>Note: this class is not threadsafe. Use
* {@link SynchronizedDescriptiveStatistics} if concurrent access from multiple
* threads is required.
* threads is required.</p>
*
* @version $Revision$ $Date$
*/