Ejemplo n.º 1
0
 /** Locks partition. */
 @SuppressWarnings({"LockAcquiredButNotSafelyReleased"})
 public void lock() {
   lock.lock();
 }