ICU-21952 fix draft version of withoutLocale to ICU 75

This commit is contained in:
Craig 2024-02-27 16:28:26 -08:00 committed by Craig Cornelius
parent d1fa15bc1f
commit d271d3f269
2 changed files with 4 additions and 4 deletions

View file

@ -2616,7 +2616,7 @@ class U_I18N_API LocalizedNumberFormatter
* Disassociate the locale from this formatter.
*
* @return The fluent chain.
* @draft ICU 74
* @draft ICU 75
*/
UnlocalizedNumberFormatter withoutLocale() const &;
@ -2625,7 +2625,7 @@ class U_I18N_API LocalizedNumberFormatter
*
* @return The fluent chain.
* @see #withoutLocale
* @draft ICU 74
* @draft ICU 75
*/
UnlocalizedNumberFormatter withoutLocale() &&;
#endif // U_HIDE_DRAFT_API

View file

@ -508,7 +508,7 @@ class U_I18N_API LocalizedNumberRangeFormatter
* Disassociate the locale from this formatter.
*
* @return The fluent chain.
* @draft ICU 74
* @draft ICU 75
*/
UnlocalizedNumberRangeFormatter withoutLocale() const &;
@ -517,7 +517,7 @@ class U_I18N_API LocalizedNumberRangeFormatter
*
* @return The fluent chain.
* @see #withoutLocale
* @draft ICU 74
* @draft ICU 75
*/
UnlocalizedNumberRangeFormatter withoutLocale() &&;
#endif // U_HIDE_DRAFT_API