HBASE-9511 LZ4 codec retrieval executes redundant code
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
527b15e101
commit
3c986c4c67
|
@ -231,7 +231,6 @@ public final class Compression {
|
|||
lz4Codec = buildCodec(conf);
|
||||
}
|
||||
}
|
||||
buildCodec(conf);
|
||||
}
|
||||
return lz4Codec;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue