You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2008/04/24 15:20:57 UTC

svn commit: r651254 - in /commons/proper/math/branches/MATH_2_0/src: java/org/apache/commons/math/stat/descriptive/ test/org/apache/commons/math/stat/descriptive/

Author: luc
Date: Thu Apr 24 06:20:53 2008
New Revision: 651254

URL: http://svn.apache.org/viewvc?rev=651254&view=rev
Log:
removed deprecated implementations
the implementation is now in the base class, and can be modified by setter injection

Removed:
    commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsImpl.java
    commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/SummaryStatisticsImpl.java
    commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/descriptive/SummaryStatisticsImplTest.java