mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8304993: bad sentence break in DateFormat
Reviewed-by: rriggs, naoto, lancea, iris
This commit is contained in:
parent
5f7b4b8e75
commit
d8158897c3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue