HBASE-1702 TestMergeUtil fails on trunk

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@797784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-07-25 16:00:46 +00:00
parent a0f237697e
commit 247f508b8e
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ public class MetaUtils {
results.clear();
} while (hasNext);
} finally {
r.close();
s.close();
}
}