8075560: Typo in Javadoc for java.util.Optional.equals()

Reviewed-by: alanb
This commit is contained in:
Paul Sandoz 2015-03-23 14:20:39 +01:00
parent 7e09df43e6
commit 497fe8d068
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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