< prev index next >

src/java.base/share/classes/sun/misc/FloatingDecimal.java

Print this page

        

@@ -152,11 +152,11 @@
          */
         public int getDigits(char[] digits);
 
         /**
          * Indicates the sign of the value.
-         * @return <code>value < 0.0</code>.
+         * @return {@code value < 0.0}.
          */
         public boolean isNegative();
 
         /**
          * Indicates whether the value is either infinite or not a number.
< prev index next >