Remove SHORT_STRING_MAX, left out of the previous commit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1336946 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
032216a3a7
commit
1a4539abf7
|
@ -53,8 +53,6 @@ import org.apache.hadoop.classification.InterfaceStability;
|
|||
public class Text extends BinaryComparable
|
||||
implements WritableComparable<BinaryComparable> {
|
||||
|
||||
static final int SHORT_STRING_MAX = 1024 * 1024;
|
||||
|
||||
private static ThreadLocal<CharsetEncoder> ENCODER_FACTORY =
|
||||
new ThreadLocal<CharsetEncoder>() {
|
||||
protected CharsetEncoder initialValue() {
|
||||
|
|
Loading…
Reference in New Issue