NotifyAll

This commit is contained in:
vraskulin 2017-03-20 15:17:30 +03:00
parent f37c823aa8
commit c783614cba
3 changed files with 9 additions and 9 deletions

View file

@ -48,7 +48,7 @@ public class StartMultiGamesTest {
synchronized (sync) {
frame = new MageFrame();
frame.setVisible(true);
sync.notify();
sync.notifyAll();
}
});
synchronized (sync) {