comparison src/main/java/jp/ac/u_ryukyu/treevnc/CreateConnectionParam.java @ 605:b1ace1c5d37a

fix wait
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 18 Feb 2020 21:47:17 +0900
parents 668ff8c17f46
children
comparison
equal deleted inserted replaced
604:668ff8c17f46 605:b1ace1c5d37a
78 78
79 public synchronized void restart() { 79 public synchronized void restart() {
80 notify(); 80 notify();
81 } 81 }
82 82
83 public synchronized void waitTreeVNCServer() throws InterruptedException {
84 wait();
85 }
83 } 86 }