Skip to content

Commit 11cc933

Browse files
authored
Replace signature of pkg-private method by the public one. java.time.format.DateTimeFormatterBuilder#toFormatter() is using default locale. (#182)
1 parent df06185 commit 11cc933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/de/thetaphi/forbiddenapis/signatures/jdk-unsafe-1.8.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ java.time.chrono.MinguoDate#now()
3737
java.time.chrono.ThaiBuddhistDate#now()
3838

3939
@defaultMessage Uses default locale
40-
java.time.format.DateTimeFormatterBuilder#toFormatter(java.time.format.ResolverStyle,java.time.chrono.Chronology)
40+
java.time.format.DateTimeFormatterBuilder#toFormatter()
4141
java.time.format.DateTimeFormatter#ofLocalizedDate(java.time.format.FormatStyle)
4242
java.time.format.DateTimeFormatter#ofLocalizedDateTime(java.time.format.FormatStyle,java.time.format.FormatStyle)
4343
java.time.format.DateTimeFormatter#ofLocalizedDateTime(java.time.format.FormatStyle)

0 commit comments

Comments
 (0)