8075560: Typo in Javadoc for java.util.Optional.equals()
Reviewed-by: alanb
This commit is contained in:
parent
7e09df43e6
commit
497fe8d068
@ -346,7 +346,7 @@ public final class Optional<T> {
|
|||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @param obj an object to be tested for equality
|
* @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}
|
* otherwise {@code false}
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
@ -244,7 +244,7 @@ public final class OptionalDouble {
|
|||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @param obj an object to be tested for equality
|
* @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}
|
* otherwise {@code false}
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
@ -244,7 +244,7 @@ public final class OptionalInt {
|
|||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @param obj an object to be tested for equality
|
* @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}
|
* otherwise {@code false}
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
@ -244,7 +244,7 @@ public final class OptionalLong {
|
|||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @param obj an object to be tested for equality
|
* @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}
|
* otherwise {@code false}
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user