You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2007/10/31 07:18:47 UTC

svn commit: r590569 - /commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java

Author: brentworden
Date: Tue Oct 30 23:18:46 2007
New Revision: 590569

URL: http://svn.apache.org/viewvc?rev=590569&view=rev
Log:
added @since tag.

Modified:
    commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java?rev=590569&r1=590568&r2=590569&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java Tue Oct 30 23:18:46 2007
@@ -26,6 +26,7 @@
  * 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 {