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 114114 * pattern} or using one of the appropriate {@code DecimalFormat} setter methods,
115115 * for example, {@link #setMinimumFractionDigits(int)}. These limits have no impact
116116 * 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.
123117 *
124118 * <h3>Special Values</h3>
125119 * <ul>
417411 * <li>Exponential patterns may not contain grouping separators.
418412 * </ul>
419413 *
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+ *
420421 * @spec https://www.unicode.org/reports/tr35
421422 * Unicode Locale Data Markup Language (LDML)
422423 * @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