remove misplaced @Nullable
This commit is contained in:
parent
4336b47431
commit
6c7a18067f
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ public class CommandQueue {
|
|||
queue.add(command);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
synchronized void pickup() {
|
||||
performing = queue.poll();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue