コード例 #1
0
 /** Locks partition. */
 @SuppressWarnings({"LockAcquiredButNotSafelyReleased"})
 public void lock() {
   lock.lock();
 }