rio - gsdir work...
[jalview.git] / forester / java / src / org / forester / util / BasicDescriptiveStatistics.java
index 55aa23b..538f6a1 100644 (file)
@@ -146,9 +146,7 @@ public class BasicDescriptiveStatistics implements DescriptiveStatistics {
         return _sum;
     }
 
-    /* (non-Javadoc)
-     * @see org.forester.util.DescriptiveStatisticsI#getSummaryAsString()
-     */
+  
     @Override
     public String getSummaryAsString() {
         validate();
@@ -157,9 +155,7 @@ public class BasicDescriptiveStatistics implements DescriptiveStatistics {
         return "" + mean + ( ( char ) 177 ) + sd + " [" + getMin() + "..." + getMax() + "]";
     }
 
-    /* (non-Javadoc)
-     * @see org.forester.util.DescriptiveStatisticsI#getValue(int)
-     */
+   
     @Override
     public double getValue( final int index ) {
         validate();