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 8fb6551 commit d7b8ffbCopy full SHA for d7b8ffb
src/main/java/org/apache/commons/lang3/function/Failable.java
@@ -39,7 +39,7 @@
39
/**
40
* This class provides utility functions, and classes for working with the {@code java.util.function} package, or more
41
* generally, with Java 8 lambdas. More specifically, it attempts to address the fact that lambdas are supposed not to
42
- * throw Exceptions, at least not checked Exceptions, AKA instances of {@link Exception}. This enforces the use of
+ * throw Exceptions, at least not checked Exceptions, like instances of {@link Exception}. This enforces the use of
43
* constructs like:
44
*
45
* <pre>{@code
0 commit comments