Closed adarsh-jha1611 closed 12 months ago
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Closed due to inactivity. Thank you for your contributions.
Looks good in general. Could you update the README.md
accordingly?
Looks good in general. Could you update the
README.md
accordingly?
yeah sure
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Closed due to inactivity. Thank you for your contributions.
In this modified version, we added null checks for both the first array and the arrays in the rest parameter. If either of them is null, an IllegalArgumentException is thrown. This helps to ensure that the method handles null arrays appropriately and provides more meaningful error messages.