MATH-894
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:
parent
32d47dd087
commit
a7660837c3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue