Remove usage of the now-redundant ExtractedContexts class, other misc cleanup
This commit is contained in:
@@ -37,8 +37,8 @@ import java.util.concurrent.TimeUnit;
|
||||
public class LPBungeeScheduler implements LuckPermsScheduler {
|
||||
private final LPBungeePlugin plugin;
|
||||
|
||||
private Executor asyncExecutor;
|
||||
private Set<ScheduledTask> tasks = ConcurrentHashMap.newKeySet();
|
||||
private final Executor asyncExecutor;
|
||||
private final Set<ScheduledTask> tasks = ConcurrentHashMap.newKeySet();
|
||||
|
||||
public LPBungeeScheduler(LPBungeePlugin plugin) {
|
||||
this.plugin = plugin;
|
||||
|
||||
Reference in New Issue
Block a user