mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 12:36:40 +00:00
More deprecation removal
This commit is contained in:
@ -35,7 +35,7 @@ import static com.google.common.base.Preconditions.checkNotNull;
|
||||
public class OperationQueue implements Operation {
|
||||
|
||||
private final List<Operation> operations = Lists.newArrayList();
|
||||
private final Deque<Operation> queue = new ArrayDeque<Operation>();
|
||||
private final Deque<Operation> queue = new ArrayDeque<>();
|
||||
private Operation current;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user