mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 00:55:55 +00:00
final fields
This commit is contained in:
@@ -24,8 +24,8 @@ import java.io.IOException;
|
||||
*/
|
||||
public class RetryTask {
|
||||
|
||||
private RunnableIOEx r;
|
||||
private AbortRetryIgnoreHandler handler;
|
||||
private final RunnableIOEx r;
|
||||
private final AbortRetryIgnoreHandler handler;
|
||||
public Object result;
|
||||
|
||||
public RetryTask(RunnableIOEx r, AbortRetryIgnoreHandler handler) {
|
||||
|
||||
Reference in New Issue
Block a user