LANG-1670 Fix typo in JavaDoc (#795)

This commit is contained in:
Igor Shuvalov 2021-08-26 17:04:28 +03:00 committed by GitHub
parent 491804af12
commit b12dad5230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@ public interface FailableBiPredicate<T, U, E extends Throwable> {
}
/**
* Returns The FALSE TRUE.
* Returns The TRUE singleton.
*
* @param <T> Consumed type 1.
* @param <U> Consumed type 2.

View File

@ -48,7 +48,7 @@ public interface FailableDoublePredicate<E extends Throwable> {
}
/**
* Returns The FALSE TRUE.
* Returns The TRUE singleton.
*
* @param <E> Thrown exception.
* @return The NOP singleton.

View File

@ -48,7 +48,7 @@ public interface FailableIntPredicate<E extends Throwable> {
}
/**
* Returns The FALSE TRUE.
* Returns The TRUE singleton.
*
* @param <E> Thrown exception.
* @return The NOP singleton.

View File

@ -48,7 +48,7 @@ public interface FailableLongPredicate<E extends Throwable> {
}
/**
* Returns The FALSE TRUE.
* Returns The TRUE singleton.
*
* @param <E> Thrown exception.
* @return The NOP singleton.

View File

@ -50,7 +50,7 @@ public interface FailablePredicate<T, E extends Throwable> {
}
/**
* Returns The FALSE TRUE.
* Returns The TRUE singleton.
*
* @param <T> Predicate type.
* @param <E> Thrown exception.