Skip to content

Commit

Permalink
Merge pull request #577 from StefanSpieker/StefanSpieker-patch-1
Browse files Browse the repository at this point in the history
Also add `DateTimeFormatter` `ofPattern` with `Locale`-parameter to the whitelist
  • Loading branch information
jglick committed Sep 3, 2024
2 parents 667c2ea + 41f585f commit b26663c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ staticField java.time.format.DateTimeFormatter ISO_WEEK_DATE
staticField java.time.format.DateTimeFormatter ISO_ZONED_DATE_TIME
staticField java.time.format.DateTimeFormatter RFC_1123_DATE_TIME
staticMethod java.time.format.DateTimeFormatter ofPattern java.lang.String
staticMethod java.time.format.DateTimeFormatter ofPattern java.lang.String java.util.Locale
method java.time.format.DateTimeFormatter parse java.lang.CharSequence
staticField java.time.temporal.ChronoUnit CENTURIES
staticField java.time.temporal.ChronoUnit DAYS
Expand Down

0 comments on commit b26663c

Please sign in to comment.