Skip to content

Commit 1852dee

Browse files
committed
Javadoc
1 parent 7e5f3da commit 1852dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/lang3/function/FailableIntConsumer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static <E extends Throwable> FailableIntConsumer<E> nop() {
5656
* Returns a composed {@link FailableIntConsumer} like {@link IntConsumer#andThen(IntConsumer)}.
5757
*
5858
* @param after the operation to perform after this one.
59-
* @return a composed {@link FailableLongConsumer} like {@link IntConsumer#andThen(IntConsumer)}.
59+
* @return a composed {@link FailableIntConsumer} like {@link IntConsumer#andThen(IntConsumer)}.
6060
* @throws NullPointerException if {@code after} is null
6161
*/
6262
default FailableIntConsumer<E> andThen(final FailableIntConsumer<E> after) {

0 commit comments

Comments
 (0)