Skip to content

Commit

Permalink
Update TypedListTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jei007 authored Apr 18, 2023
1 parent 7f91aba commit 1af0821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ public void testToArray() throws Exception
// null
try
{
list.toArray(null);
list.toArray((Object[])null);
fail();
}
catch (NullPointerException e)
Expand Down

0 comments on commit 1af0821

Please sign in to comment.