mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8340983: Use index and definition tags in Object and Double
Reviewed-by: bpb, liach
This commit is contained in:
parent
8225a5f58a
commit
bb040ef4cc
2 changed files with 4 additions and 4 deletions
|
@ -109,7 +109,7 @@ public class Object {
|
|||
/**
|
||||
* Indicates whether some other object is "equal to" this one.
|
||||
* <p>
|
||||
* The {@code equals} method implements an equivalence relation
|
||||
* The {@code equals} method implements an <dfn>{@index "equivalence relation"}</dfn>
|
||||
* on non-null object references:
|
||||
* <ul>
|
||||
* <li>It is <i>reflexive</i>: for any non-null reference value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue