--- a/jdk/src/java.base/share/classes/java/util/Optional.java Mon Mar 23 02:29:47 2015 -0700
+++ b/jdk/src/java.base/share/classes/java/util/Optional.java Mon Mar 23 14:20:39 2015 +0100
@@ -346,7 +346,7 @@
* </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
--- a/jdk/src/java.base/share/classes/java/util/OptionalDouble.java Mon Mar 23 02:29:47 2015 -0700
+++ b/jdk/src/java.base/share/classes/java/util/OptionalDouble.java Mon Mar 23 14:20:39 2015 +0100
@@ -244,7 +244,7 @@
* </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
--- a/jdk/src/java.base/share/classes/java/util/OptionalInt.java Mon Mar 23 02:29:47 2015 -0700
+++ b/jdk/src/java.base/share/classes/java/util/OptionalInt.java Mon Mar 23 14:20:39 2015 +0100
@@ -244,7 +244,7 @@
* </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
--- a/jdk/src/java.base/share/classes/java/util/OptionalLong.java Mon Mar 23 02:29:47 2015 -0700
+++ b/jdk/src/java.base/share/classes/java/util/OptionalLong.java Mon Mar 23 14:20:39 2015 +0100
@@ -244,7 +244,7 @@
* </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