Made the doc reflect the new behaviour of "clear()".


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1408833 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-11-13 17:03:47 +00:00
parent 32d47dd087
commit a7660837c3
1 changed files with 1 additions and 2 deletions

View File

@ -487,8 +487,7 @@ public class ResizableDoubleArray implements DoubleArray, Serializable {
}
/**
* Clear the array, reset the size to the initialCapacity and the number
* of elements to zero.
* Clear the array contents, resetting the number of elements to zero.
*/
public synchronized void clear() {
numElements = 0;