changeset 30655 | d83f50188ca9 |
parent 26722 | eb30ed2a0bfe |
child 32649 | 2ee9017c7597 |
--- a/jdk/src/java.base/share/classes/sun/misc/FloatingDecimal.java Tue May 19 10:05:02 2015 +0200 +++ b/jdk/src/java.base/share/classes/sun/misc/FloatingDecimal.java Tue May 19 16:04:14 2015 +0400 @@ -154,7 +154,7 @@ /** * Indicates the sign of the value. - * @return <code>value < 0.0</code>. + * @return {@code value < 0.0}. */ public boolean isNegative();