changeset 9542:635ca65e4ce7

Doc typo.
author psandoz
date Mon, 19 Aug 2013 13:22:07 +0200
parents 7121db44533b
children 788fea300871
files src/share/classes/java/util/Random.java
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/java/util/Random.java	Mon Aug 19 11:52:23 2013 +0200
+++ b/src/share/classes/java/util/Random.java	Mon Aug 19 13:22:07 2013 +0200
@@ -428,8 +428,6 @@
      *   return r;
      * }}</pre>
      *
-     * nextInt(bound - origin) + origin
-     *
      * @param origin the least value returned
      * @param bound the upper bound (exclusive)
      * @return a pseudorandom {@code int} value between the origin