mirror of https://github.com/apache/druid.git
Whitespace!
This commit is contained in:
parent
7834ffe6fc
commit
c5760f43e4
|
@ -15,7 +15,8 @@ public class LinearShardSpec implements ShardSpec {
|
||||||
@JsonCreator
|
@JsonCreator
|
||||||
public LinearShardSpec(
|
public LinearShardSpec(
|
||||||
@JsonProperty("partitionNum") Integer partitionNum
|
@JsonProperty("partitionNum") Integer partitionNum
|
||||||
) {
|
)
|
||||||
|
{
|
||||||
this.partitionNum = Preconditions.checkNotNull(partitionNum, "Must set partitionNum on LinearShardSpec");
|
this.partitionNum = Preconditions.checkNotNull(partitionNum, "Must set partitionNum on LinearShardSpec");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue