added @since tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@590569 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
70e3baa85f
commit
828b70de30
|
@ -26,6 +26,7 @@ package org.apache.commons.math.stat.descriptive;
|
||||||
* thread is computing a statistic from the instance, no other thread can modify
|
* thread is computing a statistic from the instance, no other thread can modify
|
||||||
* the instance nor compute another statistic.
|
* the instance nor compute another statistic.
|
||||||
*
|
*
|
||||||
|
* @since 1.2
|
||||||
* @version $Revision: 480440 $ $Date: 2006-11-29 01:14:12 -0600 (Wed, 29 Nov 2006) $
|
* @version $Revision: 480440 $ $Date: 2006-11-29 01:14:12 -0600 (Wed, 29 Nov 2006) $
|
||||||
*/
|
*/
|
||||||
public class SynchronizedDescriptiveStatistics extends DescriptiveStatisticsImpl {
|
public class SynchronizedDescriptiveStatistics extends DescriptiveStatisticsImpl {
|
||||||
|
|
Loading…
Reference in New Issue