mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-20771 Fix incorrect documentation tag for DateTimePatternGenerator
This commit is contained in:
parent
2b3e3e3ce6
commit
89a618de70
2 changed files with 2 additions and 2 deletions
|
@ -283,7 +283,7 @@ public:
|
|||
*
|
||||
* @param field The desired UDateTimePatternField, such as UDATPG_ERA_FIELD.
|
||||
* @param width The desired UDateTimePGDisplayWidth, such as UDATPG_ABBREVIATED.
|
||||
* @return. The display name for field
|
||||
* @return The display name for field
|
||||
* @stable ICU 61
|
||||
*/
|
||||
UnicodeString getFieldDisplayName(UDateTimePatternField field, UDateTimePGDisplayWidth width) const;
|
||||
|
|
|
@ -1337,7 +1337,7 @@ public class DateTimePatternGenerator implements Freezable<DateTimePatternGenera
|
|||
*
|
||||
* @param field The field type, such as ERA.
|
||||
* @param width The desired DisplayWidth, such as DisplayWidth.ABBREVIATED.
|
||||
* @return. The display name for the field
|
||||
* @return The display name for the field
|
||||
* @stable ICU 61
|
||||
*/
|
||||
public String getFieldDisplayName(int field, DisplayWidth width) {
|
||||
|
|
Loading…
Add table
Reference in a new issue