Skip to content

Commit

Permalink
Replace signature of pkg-private method by the public one. `java.time…
Browse files Browse the repository at this point in the history
….format.DateTimeFormatterBuilder#toFormatter()` is using default locale. (#182)
  • Loading branch information
uschindler authored Sep 6, 2021
1 parent df06185 commit 11cc933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ java.time.chrono.MinguoDate#now()
java.time.chrono.ThaiBuddhistDate#now()

@defaultMessage Uses default locale
java.time.format.DateTimeFormatterBuilder#toFormatter(java.time.format.ResolverStyle,java.time.chrono.Chronology)
java.time.format.DateTimeFormatterBuilder#toFormatter()
java.time.format.DateTimeFormatter#ofLocalizedDate(java.time.format.FormatStyle)
java.time.format.DateTimeFormatter#ofLocalizedDateTime(java.time.format.FormatStyle,java.time.format.FormatStyle)
java.time.format.DateTimeFormatter#ofLocalizedDateTime(java.time.format.FormatStyle)
Expand Down

0 comments on commit 11cc933

Please sign in to comment.