8304993: bad sentence break in DateFormat

Reviewed-by: rriggs, naoto, lancea, iris
This commit is contained in:
Justin Lu 2023-03-30 22:34:42 +00:00 committed by Naoto Sato
parent 5f7b4b8e75
commit d8158897c3

View file

@ -1050,7 +1050,7 @@ public abstract class DateFormat extends Format {
/** /**
* Constant identifying the time of day indicator * Constant identifying the time of day indicator
* (e.g. "a.m." or "p.m.") field. * ({@literal e.g.} "a.m." or "p.m.") field.
*/ */
public static final Field AM_PM = new public static final Field AM_PM = new
Field("am pm", Calendar.AM_PM); Field("am pm", Calendar.AM_PM);