< prev index next >

src/java.base/share/classes/java/time/ZoneOffset.java

Print this page

        

@@ -114,11 +114,11 @@
  * Instances of {@code ZoneOffset} must be compared using {@link #equals}.
  * Implementations may choose to cache certain common offsets, however
  * applications must not rely on such caching.
  *
  * <p>
- * This is a <a href="{@docRoot}/java/lang/doc-files/ValueBased.html">value-based</a>
+ * This is a <a href="{@docRoot}/java.base/java/lang/doc-files/ValueBased.html">value-based</a>
  * class; use of identity-sensitive operations (including reference equality
  * ({@code ==}), identity hash code, or synchronization) on instances of
  * {@code ZoneOffset} may have unpredictable results and should be avoided.
  * The {@code equals} method should be used for comparisons.
  *
< prev index next >