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

commit 192e9feb446efcd2c457cdbdcb72397d1a980cc1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Feb 28 16:22:04 2025 -0500

    Javadoc
---
 .../org/apache/commons/lang3/function/FailableToBooleanFunction.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/lang3/function/FailableToBooleanFunction.java
 
b/src/main/java/org/apache/commons/lang3/function/FailableToBooleanFunction.java
index d406258e6..a771ad9b8 100644
--- 
a/src/main/java/org/apache/commons/lang3/function/FailableToBooleanFunction.java
+++ 
b/src/main/java/org/apache/commons/lang3/function/FailableToBooleanFunction.java
@@ -22,7 +22,7 @@
  *
  * @param <T> the type of the argument to the function
  * @param <E> The kind of thrown exception or error.
- * @since 3.11
+ * @since 3.18
  */
 @FunctionalInterface
 public interface FailableToBooleanFunction<T, E extends Throwable> {

Reply via email to