mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8075560: Typo in Javadoc for java.util.Optional.equals()
Reviewed-by: alanb
This commit is contained in:
parent
7e09df43e6
commit
497fe8d068
4 changed files with 4 additions and 4 deletions
|
@ -346,7 +346,7 @@ public final class Optional<T> {
|
|||
* </ul>
|
||||
*
|
||||
* @param obj an object to be tested for equality
|
||||
* @return {code true} if the other object is "equal to" this object
|
||||
* @return {@code true} if the other object is "equal to" this object
|
||||
* otherwise {@code false}
|
||||
*/
|
||||
@Override
|
||||
|
|
|
@ -244,7 +244,7 @@ public final class OptionalDouble {
|
|||
* </ul>
|
||||
*
|
||||
* @param obj an object to be tested for equality
|
||||
* @return {code true} if the other object is "equal to" this object
|
||||
* @return {@code true} if the other object is "equal to" this object
|
||||
* otherwise {@code false}
|
||||
*/
|
||||
@Override
|
||||
|
|
|
@ -244,7 +244,7 @@ public final class OptionalInt {
|
|||
* </ul>
|
||||
*
|
||||
* @param obj an object to be tested for equality
|
||||
* @return {code true} if the other object is "equal to" this object
|
||||
* @return {@code true} if the other object is "equal to" this object
|
||||
* otherwise {@code false}
|
||||
*/
|
||||
@Override
|
||||
|
|
|
@ -244,7 +244,7 @@ public final class OptionalLong {
|
|||
* </ul>
|
||||
*
|
||||
* @param obj an object to be tested for equality
|
||||
* @return {code true} if the other object is "equal to" this object
|
||||
* @return {@code true} if the other object is "equal to" this object
|
||||
* otherwise {@code false}
|
||||
*/
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue