HBASE-4077 formatting spaces

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1144058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2011-07-07 21:36:54 +00:00
parent cf5b80c2ee
commit df02e92592
1 changed files with 4 additions and 4 deletions

View File

@ -1350,11 +1350,11 @@ public class HRegion implements HeapSize { // , Writable{
lid = getLock(lockid, row, true);
try {
// All edits for the given row (across all column families) must happen atomically.
prepareDelete(delete);
delete(delete.getFamilyMap(), writeToWAL);
// All edits for the given row (across all column families) must happen atomically.
prepareDelete(delete);
delete(delete.getFamilyMap(), writeToWAL);
} finally {
if(lockid == null) releaseRowLock(lid);
if(lockid == null) releaseRowLock(lid);
}
} finally {
closeRegionOperation();