mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-06 07:46:08 +00:00
Totally stable optimizations that wont cause any problems at all.
This commit is contained in:
@@ -81,7 +81,7 @@ public class ShurikenQueue<T> implements Queue<T> {
|
||||
|
||||
@Override
|
||||
public ShurikenQueue<T> clear() {
|
||||
queue = new KList<T>();
|
||||
queue = new KList<>();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user