changed `bucketsPaths` to `buckets_paths`
This commit is contained in:
parent
392f9ce1f8
commit
7fdf32fb0d
|
@ -45,7 +45,7 @@ public abstract class Reducer implements Streamable {
|
||||||
*/
|
*/
|
||||||
public static interface Parser {
|
public static interface Parser {
|
||||||
|
|
||||||
public static final ParseField BUCKETS_PATH = new ParseField("bucketsPath");
|
public static final ParseField BUCKETS_PATH = new ParseField("buckets_path");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return The reducer type this parser is associated with.
|
* @return The reducer type this parser is associated with.
|
||||||
|
|
Loading…
Reference in New Issue