Skip to content

Commit

Permalink
Merge pull request #571 from pgermosen/whitelist_DateTimeFormatter_parse
Browse files Browse the repository at this point in the history
white list java.time.format.DateTimeFormatter parse method
  • Loading branch information
jglick authored Aug 13, 2024
2 parents 3b92e7e + 54af88c commit 82a9de4
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
method java.time.format.DateTimeFormatter parse java.lang.CharSequence
staticField java.time.temporal.ChronoUnit CENTURIES
staticField java.time.temporal.ChronoUnit DAYS
staticField java.time.temporal.ChronoUnit DECADES
Expand Down

0 comments on commit 82a9de4

Please sign in to comment.