()
| 780 | } |
| 781 | |
| 782 | public void run() |
| 783 | { |
| 784 | try |
| 785 | { |
| 786 | Thread.sleep(Constants.START_GAME_DELAY); |
| 787 | graphServer.sendStartGameMessage(); |
| 788 | } |
| 789 | catch (InterruptedException e) |
| 790 | { |
| 791 | e.printStackTrace(); |
| 792 | } |
| 793 | } |
| 794 | |
| 795 | } |
| 796 |
nothing calls this directly
no test coverage detected