Skip to content

Commit 045190b

Browse files
authored
Update README.md
1 parent 372ea6c commit 045190b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The **UncheckedThrow** class uses type erasure to enable client code to throw ch
1616
try {
1717
value = URLDecoder.decode(keyVal[1], "UTF-8");
1818
} catch (UnsupportedEncodingException e) {
19-
UncheckedThrow.throwUnchecked(e);
19+
       throw UncheckedThrow.throwUnchecked(e);
2020
}
2121

2222
...

0 commit comments

Comments
 (0)