Fix one typo in the comments (#3980)

Signed-off-by: Hao Ziyu <haoziyu@qiyi.com>
This commit is contained in:
hzy001 2017-03-01 15:21:56 +08:00 committed by Fangjin Yang
parent 91344cbe57
commit e982a23a48
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ package io.druid.data.input;
public interface Committer extends Runnable
{
/**
* @return A json serialized represenation of commit metadata,
* @return A json serialized representation of commit metadata,
* which needs to be serialized and deserialized by Jackson.
* Commit metadata can be a complex type, but we recommend keeping it to List/Map/"Primitive JSON" types
* */