ICU-21349 fix comment for CLDR identifiers

See #1481
This commit is contained in:
Hugo van der Merwe 2020-11-25 11:12:05 +00:00 committed by Younies Mahmoud
parent 1aa229daff
commit 3d706fac42
2 changed files with 3 additions and 3 deletions

View file

@ -335,7 +335,7 @@ class U_I18N_API MeasureUnit: public UObject {
#ifndef U_HIDE_DRAFT_API
/**
* Get the CLDR Unit Identifier for this MeasureUnit, as defined in UTS 35.
* Get CLDR Unit Identifier for this MeasureUnit, as defined in UTS 35.
*
* @return The string form of this unit, owned by this MeasureUnit.
* @draft ICU 67

View file

@ -342,7 +342,7 @@ public class MeasureUnit implements Serializable {
* MeasureUnit example = MeasureUnit::forIdentifier("furlong-per-nanosecond")
* </pre>
*
* @param identifier The CLDR Sequence Unit Identifier
* @param identifier CLDR Unit Identifier
* @throws IllegalArgumentException if the identifier is invalid.
* @draft ICU 68
* @provisional This API might change or be removed in a future release.
@ -399,7 +399,7 @@ public class MeasureUnit implements Serializable {
}
/**
* Gets the CLDR Unit Identifier for this MeasureUnit, as defined in UTS 35.
* Get CLDR Unit Identifier for this MeasureUnit, as defined in UTS 35.
*
* @return The string form of this unit.
* @draft ICU 68