Skip to content

Commit 6a1ce50

Browse files
committed
Fix javadoc
1 parent 6dc01d8 commit 6a1ce50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ch/powerunit/extensions/exceptions/CommonsCollections4Helper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public static <I, O> Transformer<I, O> asTransformer(FunctionWithException<I, O,
145145
* In case the commons-collections4 library is not available.
146146
* @throws NullPointerException
147147
* if consumer is null.
148-
* @see org.apache.commons.collections4.Predicate
148+
* @see org.apache.commons.collections4.Closure
149149
*/
150150
public static <T> Closure<T> asClosure(ConsumerWithException<T, ?> consumer) {
151151
return ConsumerWithException.unchecked(verifyConsumer(consumer), DEFAULT_EXCEPTION_MAPPER)::accept;

0 commit comments

Comments
 (0)