remove misplaced @Nullable

This commit is contained in:
Milos Kozak 2019-05-01 22:59:48 +02:00
parent 4336b47431
commit 6c7a18067f

View file

@ -128,7 +128,6 @@ public class CommandQueue {
queue.add(command);
}
@Nullable
synchronized void pickup() {
performing = queue.poll();
}