8262433: doclint: reference error in module jdk.incubator.foreign

Reviewed-by: bpb, lancea
This commit is contained in:
Jonathan Gibbons 2021-02-26 00:51:22 +00:00
parent 059ede0d20
commit fce5765678

@ -50,7 +50,7 @@ import java.util.Spliterator;
* operations on a segment cannot occur after a memory segment has been closed (see {@link MemorySegment#close()}).
* <p>
* All implementations of this interface must be <a href="{@docRoot}/java.base/java/lang/doc-files/ValueBased.html">value-based</a>;
* programmers should treat instances that are {@linkplain #equals(Object) equal} as interchangeable and should not
* programmers should treat instances that are {@linkplain Object#equals(Object) equal} as interchangeable and should not
* use instances for synchronization, or unpredictable behavior may occur. For example, in a future release,
* synchronization may fail. The {@code equals} method should be used for comparisons.
* <p>