Fixed error in javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@942425 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2010-05-08 17:56:55 +00:00
parent 967e71f250
commit c2d6a1c1c9

View File

@ -355,7 +355,7 @@ public class MultivariateSummaryStatistics
}
/**
* Returns true iff <code>object</code> is a <code>SummaryStatistics</code>
* Returns true iff <code>object</code> is a <code>MultivariateSummaryStatistics</code>
* instance and all statistics have the same values as this.
* @param object the object to test equality against.
* @return true if object equals this