src/java.base/share/classes/java/lang/Object.java
changeset 53563 a4b7ea85d668
parent 52953 b75a44aad06c
child 58775 ba524a5f7cc2
--- a/src/java.base/share/classes/java/lang/Object.java	Tue Jan 29 15:13:35 2019 -0800
+++ b/src/java.base/share/classes/java/lang/Object.java	Wed Jan 30 00:24:32 2019 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1994, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -430,7 +430,7 @@
      * }</pre>
      *
      * @param  timeoutMillis the maximum time to wait, in milliseconds
-     * @param  nanos   additional time, in nanoseconds, in the range range 0-999999 inclusive
+     * @param  nanos   additional time, in nanoseconds, in the range 0-999999 inclusive
      * @throws IllegalArgumentException if {@code timeoutMillis} is negative,
      *         or if the value of {@code nanos} is out of range
      * @throws IllegalMonitorStateException if the current thread is not