IndexGeneratorTask: Fix serialization

This commit is contained in:
Gian Merlino 2013-03-18 17:53:02 -07:00
parent d163f07ae0
commit 5c3db75a01
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ public class IndexGeneratorTask extends AbstractTask
return schema.getShardSpec().isInChunk(eventDimensions); return schema.getShardSpec().isInChunk(eventDimensions);
} }
@JsonProperty @JsonProperty("firehose")
public FirehoseFactory getFirehoseFactory() public FirehoseFactory getFirehoseFactory()
{ {
return firehoseFactory; return firehoseFactory;