Skip to content

Commit

Permalink
8304993: bad sentence break in DateFormat
Browse files Browse the repository at this point in the history
Reviewed-by: rriggs, naoto, lancea, iris
  • Loading branch information
Justin Lu authored and naotoj committed Mar 30, 2023
1 parent 5f7b4b8 commit d815889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/text/DateFormat.java
Expand Up @@ -1050,7 +1050,7 @@ protected Object readResolve() throws InvalidObjectException {

/**
* 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
Field("am pm", Calendar.AM_PM);
Expand Down

1 comment on commit d815889

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.