提交 ed261b05 编写于 作者: A alanb

5035569: Formatter should document that %a conversion unsupported for BigDecimal args

Reviewed-by: darcy
Contributed-by: brian.burkhalter@oracle.com
上级 2a0c910d
......@@ -351,7 +351,9 @@ import sun.misc.FormattedFloatingDecimal;
* <tr><td valign="top">{@code 'a'}, {@code 'A'}
* <td valign="top"> floating point
* <td> The result is formatted as a hexadecimal floating-point number with
* a significand and an exponent
* a significand and an exponent. This conversion is <b>not</b> supported
* for the {@code BigDecimal} type despite the latter's being in the
* <i>floating point</i> argument category.
*
* <tr><td valign="top">{@code 't'}, {@code 'T'}
* <td valign="top"> date/time
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册