提交 c5760f43 编写于 作者: C cheddar

Whitespace!

上级 7834ffe6
......@@ -15,7 +15,8 @@ public class LinearShardSpec implements ShardSpec {
@JsonCreator
public LinearShardSpec(
@JsonProperty("partitionNum") Integer partitionNum
) {
)
{
this.partitionNum = Preconditions.checkNotNull(partitionNum, "Must set partitionNum on LinearShardSpec");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册