Add missing Javadoc param tag.
This commit is contained in:
parent
85c8c28b3d
commit
5741f6ff19
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue