Update scala-library to 2.13.8 (#31111)
* Update scala-library to 2.13.8 * Deal with some new deprecation errors * Remove test for deprecated feature Co-authored-by: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
parent
066bd2a91b
commit
afac726b69
10 changed files with 21 additions and 200 deletions
|
|
@ -41,7 +41,7 @@ public class MyUnboundedMailbox
|
|||
}
|
||||
|
||||
public void cleanUp(ActorRef owner, MessageQueue deadLetters) {
|
||||
while(!queue.isEmpty()) {
|
||||
while (!queue.isEmpty()) {
|
||||
deadLetters.enqueue(owner, dequeue());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue