ICU-20771 Fix incorrect documentation tag for DateTimePatternGenerator

This commit is contained in:
Nikita Iashchenko 2019-08-14 13:42:34 +01:00 committed by Shane F. Carr
parent 2b3e3e3ce6
commit 89a618de70
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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) {