-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confusing docs about unchecked exceptions decorators #871
Comments
@llorllale/z please, pay attention to this issue |
@neonailol/z this project will fix the problem faster if you donate a few dollars to it; just click here and pay via Stripe, it's very fast, convenient and appreciated; thanks a lot! |
@neonailol see 8684193. Better now? |
@llorllale yes, looks good now |
The job is not in WBS, won't close the order |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the documentation of some classes, there this copied and pasted paragraph
Which tells that to get rid of checked exception I can use
IoCheckedScalar
class,but
IoCheckedScalar
throws a checkedIOException
, so maybe this text should be rephrasedSome examples:
cactoos/src/main/java/org/cactoos/scalar/HighestOf.java
Lines 46 to 49 in 80ed872
cactoos/src/main/java/org/cactoos/scalar/Equals.java
Lines 33 to 36 in 80ed872
cactoos/src/main/java/org/cactoos/scalar/And.java
Lines 69 to 72 in 80ed872
The text was updated successfully, but these errors were encountered: