Clarified null contract.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1152658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-07-31 22:49:58 +00:00
parent a7c7172b3f
commit 1bc6cbd731

View File

@ -167,8 +167,8 @@ public class RandomDataImpl implements RandomData, Serializable {
* Construct a RandomDataImpl using the supplied {@link RandomGenerator} as
* the source of (non-secure) random data.
*
* @param rand
* the source of (non-secure) random data
* @param rand the source of (non-secure) random data
* (may be null, resulting in default JDK-supplied generator)
* @since 1.1
*/
public RandomDataImpl(RandomGenerator rand) {