LANG-1670 Fix typo in JavaDoc (#795)
This commit is contained in:
parent
491804af12
commit
b12dad5230
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue