This commit is contained in:
Roger Riggs 2015-03-23 10:58:27 -04:00
commit 149272bbdb
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