Commit ea110c3 Justin Lu
committed Nov 1, 2024
1 parent 5995786 commit ea110c3 Copy full SHA for ea110c3
File tree 1 file changed +6
-4
lines changed
src/java.base/share/classes/java/util
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 103
103
* and/or minor unit are encountered, those entries are ignored and the remainder
104
104
* of entries in file are processed.
105
105
*
106
- * <p>
107
- * It is recommended to use {@link java.math.BigDecimal} class while dealing
106
+ * @apiNote
107
+ * It is recommended to use the {@link java.math.BigDecimal} class while dealing
108
108
* with {@code Currency} or monetary values as it provides better handling of floating
109
109
* point numbers and their operations.
110
110
*
@@ -521,7 +521,8 @@ public String getCurrencyCode() {
521
521
* {@linkplain Locale##def_locale_extension Unicode extensions},
522
522
* the symbol returned from this method reflects
523
523
* the value specified with that extension.
524
- * <p>
524
+ *
525
+ * @implSpec
525
526
* This is equivalent to calling
526
527
* {@link #getSymbol(Locale)
527
528
* getSymbol(Locale.getDefault(Locale.Category.DISPLAY))}.
@@ -621,7 +622,8 @@ public String getNumericCodeAsString() {
621
622
* the default {@link Locale.Category#DISPLAY DISPLAY} locale.
622
623
* If there is no suitable display name found
623
624
* for the default locale, the ISO 4217 currency code is returned.
624
- * <p>
625
+ *
626
+ * @implSpec
625
627
* This is equivalent to calling
626
628
* {@link #getDisplayName(Locale)
627
629
* getDisplayName(Locale.getDefault(Locale.Category.DISPLAY))}.
You can’t perform that action at this time.
0 commit comments