Example #1
0
 public void run() {
   try {
     sleeper.join();
   } catch (InterruptedException e) {
     System.out.println("interrupted");
   }
   System.out.println(getName() + " join is ended");
 }