This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new d7b8ffb3b Javadoc
d7b8ffb3b is described below
commit d7b8ffb3b81ab7ab9f60d3b74004b70e26a915d2
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Sep 13 15:57:31 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/lang3/function/Failable.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/lang3/function/Failable.java
b/src/main/java/org/apache/commons/lang3/function/Failable.java
index 3852ad519..a55d9a1d1 100644
--- a/src/main/java/org/apache/commons/lang3/function/Failable.java
+++ b/src/main/java/org/apache/commons/lang3/function/Failable.java
@@ -39,7 +39,7 @@
/**
* This class provides utility functions, and classes for working with the
{@code java.util.function} package, or more
* generally, with Java 8 lambdas. More specifically, it attempts to address
the fact that lambdas are supposed not to
- * 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
* constructs like:
*
* <pre>{@code