Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Remove @Throws from String.toUuid extension function #13

Merged
merged 1 commit into from
Oct 8, 2018

Conversation

twyatt
Copy link
Member

@twyatt twyatt commented Oct 8, 2018

The underlying UUID.fromString method does not declare throwing IllegalArgumentException (as a checked exception) so it is unnecessary to mark the extension function.

The underlying `UUID.fromString` method does not declare throwing
`IllegalArgumentException` (as a checked exception) so it is unnecessary
to mark the extension function.
@twyatt twyatt requested a review from a team October 8, 2018 07:26
@twyatt twyatt merged commit 56f0041 into develop Oct 8, 2018
@twyatt twyatt deleted the travis/remove-uuid-throws branch October 8, 2018 17:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants