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:
Brent Worden 2007-10-31 06:18:46 +00:00
parent 70e3baa85f
commit 828b70de30
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ package org.apache.commons.math.stat.descriptive;
* thread is computing a statistic from the instance, no other thread can modify
* the instance nor compute another statistic.
*
* @since 1.2
* @version $Revision: 480440 $ $Date: 2006-11-29 01:14:12 -0600 (Wed, 29 Nov 2006) $
*/
public class SynchronizedDescriptiveStatistics extends DescriptiveStatisticsImpl {