Dropped unenlightening reference.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@797802 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2009-07-25 17:23:35 +00:00
parent 2dc148477f
commit e302655c61
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ public class AggregateSummaryStatistics implements StatisticalSummary,
* Initializes a new AggregateSummaryStatistics with default statistics
* implementations.
*
* @see SummaryStatistics#SummaryStatistics()
*/
public AggregateSummaryStatistics() {
this(new SummaryStatistics());