mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 08:40:03 +00:00
Use diamond operator for one particular deque.
This commit is contained in:
@@ -141,7 +141,7 @@ public final class Player extends Mob {
|
|||||||
/**
|
/**
|
||||||
* A temporary queue of events sent during the login process.
|
* A temporary queue of events sent during the login process.
|
||||||
*/
|
*/
|
||||||
private final transient Deque<Event> queuedEvents = new ArrayDeque<Event>();
|
private final transient Deque<Event> queuedEvents = new ArrayDeque<>();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A flag indicating if the region changed in the last cycle.
|
* A flag indicating if the region changed in the last cycle.
|
||||||
|
|||||||
Reference in New Issue
Block a user