HBASE-10143 Clean up dead local stores in FSUtils

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1550533 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
eclark 2013-12-12 21:27:59 +00:00
parent 2124f4054d
commit c4ef948ecb
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ public abstract class FSUtils {
}
// If not pb'd, make it so.
if (!ProtobufUtil.isPBMagicPrefix(content)) {
String cid = new String();
String cid = null;
in = fs.open(idPath);
try {
cid = in.readUTF();