mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 22:34:48 +00:00
More documentation.
This commit is contained in:
@@ -25,7 +25,7 @@ import java.util.concurrent.TimeoutException;
|
||||
/**
|
||||
* Future that happens now.
|
||||
*
|
||||
* @param <V>
|
||||
* @param <V> Value type
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class ImmediateFuture<V> implements Future<V> {
|
||||
|
||||
Reference in New Issue
Block a user