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 2009/07/07 09:08:54 UTC

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

Author: luc
Date: Tue Jul  7 07:08:54 2009
New Revision: 791724

URL: http://svn.apache.org/viewvc?rev=791724&view=rev
Log:
removed tabs

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

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.java?rev=791724&r1=791723&r2=791724&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.java Tue Jul  7 07:08:54 2009
@@ -316,7 +316,7 @@
             }
             AggregatingSummaryStatistics stat = (AggregatingSummaryStatistics)object;
             return (super.equals(stat) &&
-            		aggregateStatistics.equals(stat.aggregateStatistics));
+                    aggregateStatistics.equals(stat.aggregateStatistics));
         }
 
         /**