--- old/src/share/classes/java/util/OptionalDouble.java 2013-07-05 14:22:41.122155890 -0700 +++ new/src/share/classes/java/util/OptionalDouble.java 2013-07-05 14:22:40.946155893 -0700 @@ -186,10 +186,10 @@ } /** - * Indicates whether some other object is "equal to" this Optional. The + * Indicates whether some other object is "equal to" this OptionalDouble. The * other object is considered equal if: * @@ -226,12 +226,14 @@ } /** - * Returns a non-empty string representation of this OptionalDouble suitable for + * {@inheritDoc} + * + * Returns a non-empty string representation of this object suitable for * debugging. The exact presentation format is unspecified and may vary * between implementations and versions. * * @implSpec If a value is present the result must include its string - * representation in the result. Empty and present OptionalDoubless must be + * representation in the result. Empty and present instances must be * unambiguously differentiable. * * @return the string representation of this instance