Add missing Javadoc param tag.

This commit is contained in:
Gary Gregory 2021-12-31 08:41:12 -05:00
parent 85c8c28b3d
commit 5741f6ff19
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import org.apache.commons.lang3.exception.UncheckedInterruptedException;
/**
* An {@link Future} implementation that throws unchecked instead of checked exceptions.
*
* @param <V> The result type returned by this UncheckedFuture's {@link #get()} and {@link #get(long, TimeUnit)} methods.
* @see Future
* @since 3.13.0
*/