We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78803f5 commit fb3acc0Copy full SHA for fb3acc0
README.md
@@ -57,8 +57,7 @@ And without wrapping `Exception` into a `RuntimeException`. Basically you can th
57
public class Example {
58
59
void example() {
60
- // get rid of code polition with try catch block
61
- // and ugly exception wrapping
+ // get rid of code polition with try catch block and exception wrapping
62
URL url = unchecked(() -> new URL("https:/www.example.org"));
63
System.out(url);
64
}
0 commit comments