jdk/src/share/classes/java/util/Formatter.java
changeset 15524 b77777dcac17
parent 15289 3ac550392e43
child 15658 55b829ca2334
--- a/jdk/src/share/classes/java/util/Formatter.java	Fri Feb 01 07:25:51 2013 -0800
+++ b/jdk/src/share/classes/java/util/Formatter.java	Fri Feb 01 21:01:44 2013 +0000
@@ -351,7 +351,9 @@
  * <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