forked from External/mage
NotifyAll
This commit is contained in:
parent
f37c823aa8
commit
c783614cba
3 changed files with 9 additions and 9 deletions
|
|
@ -48,7 +48,7 @@ public class StartMultiGamesTest {
|
|||
synchronized (sync) {
|
||||
frame = new MageFrame();
|
||||
frame.setVisible(true);
|
||||
sync.notify();
|
||||
sync.notifyAll();
|
||||
}
|
||||
});
|
||||
synchronized (sync) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue