Fix line longer than 140 characters in Murmur3FieldMapper

This commit is contained in:
Igor Motov 2018-10-18 10:49:23 -04:00
parent 6c07d105f3
commit f11a23be2f
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ public class Murmur3FieldMapper extends FieldMapper {
public static class TypeParser implements Mapper.TypeParser { public static class TypeParser implements Mapper.TypeParser {
@Override @Override
public Mapper.Builder<?, ?> parse(String name, Map<String, Object> node, ParserContext parserContext) throws MapperParsingException { public Mapper.Builder<?, ?> parse(String name, Map<String, Object> node, ParserContext parserContext)
throws MapperParsingException {
Builder builder = new Builder(name); Builder builder = new Builder(name);
// tweaking these settings is no longer allowed, the entire purpose of murmur3 fields is to store a hash // tweaking these settings is no longer allowed, the entire purpose of murmur3 fields is to store a hash