[lworld] RFR: 8294312: [lworld] Add java.util.Objects.isIdentityObject [v2]

Roger Riggs rriggs at openjdk.org
Fri Sep 30 14:27:40 UTC 2022


On Thu, 29 Sep 2022 21:39:33 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> src/java.base/share/classes/java/util/Objects.java line 194:
>> 
>>> 192: 
>>> 193:    /**
>>> 194:     * {@return {@code true} if the object is an identity object, otherwise {@code false}}
>> 
>> nit: s/the object/the specified object/
>
> The pattern in all of Objects.java is to refer to "the object".

WIll fix to match other casesin Objects.java.

-------------

PR: https://git.openjdk.org/valhalla/pull/770



More information about the valhalla-dev mailing list