Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naotoj committed Nov 13, 2023
1 parent b258983 commit 2b03aa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public void test_validateHourOfAmPm() {
}
}

// Checks ::toFormat().parseObject(text, pos) do not throw DateTimeException
// Checks ::toFormat().parseObject(text, pos) do not throw IOOBE
@Test
public void test_toFormat_2arg_null_return_on_DateTimeException() {
var f = new DateTimeFormatterBuilder()
Expand Down

0 comments on commit 2b03aa2

Please sign in to comment.