Exemplo n.º 1
0
 @Override
 public void stop() throws InterruptedException {
   try {
     if (lock != null) {
       lock.stop();
     }
   } catch (Exception e) {
     e.printStackTrace();
   }
 }