File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
src/java.base/share/classes/java/text Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 114
114
* pattern} or using one of the appropriate {@code DecimalFormat} setter methods,
115
115
* for example, {@link #setMinimumFractionDigits(int)}. These limits have no impact
116
116
* on parsing behavior.
117
- * @implSpec
118
- * When formatting a {@code Number} other than {@code BigInteger} and
119
- * {@code BigDecimal}, {@code 309} is used as the upper limit for integer digits,
120
- * and {@code 340} as the upper limit for fraction digits. This occurs, even if
121
- * one of the {@code DecimalFormat} getter methods, for example, {@link #getMinimumFractionDigits()}
122
- * returns a numerically greater value.
123
117
*
124
118
* <h3>Special Values</h3>
125
119
* <ul>
417
411
* <li>Exponential patterns may not contain grouping separators.
418
412
* </ul>
419
413
*
414
+ * @implSpec
415
+ * When formatting a {@code Number} other than {@code BigInteger} and
416
+ * {@code BigDecimal}, {@code 309} is used as the upper limit for integer digits,
417
+ * and {@code 340} as the upper limit for fraction digits. This occurs, even if
418
+ * one of the {@code DecimalFormat} getter methods, for example, {@link #getMinimumFractionDigits()}
419
+ * returns a numerically greater value.
420
+ *
420
421
* @spec https://www.unicode.org/reports/tr35
421
422
* Unicode Locale Data Markup Language (LDML)
422
423
* @see <a href="http://docs.oracle.com/javase/tutorial/i18n/format/decimalFormat.html">Java Tutorial</a>
You can’t perform that action at this time.
0 commit comments