mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 06:22:08 +00:00
More documentation.
This commit is contained in:
@@ -35,7 +35,7 @@ import java.util.logging.Logger;
|
||||
/**
|
||||
* Cancellable worker.
|
||||
*
|
||||
* @param <T>
|
||||
* @param <T> Result type
|
||||
* @author JPEXS
|
||||
*/
|
||||
public abstract class CancellableWorker<T> implements RunnableFuture<T> {
|
||||
|
||||
Reference in New Issue
Block a user