mirror of https://github.com/apache/druid.git
Fix one typo in the comments (#3980)
Signed-off-by: Hao Ziyu <haoziyu@qiyi.com>
This commit is contained in:
parent
91344cbe57
commit
e982a23a48
|
@ -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
|
||||
* */
|
||||
|
|
Loading…
Reference in New Issue