mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
Whitespace!
This commit is contained in:
parent
7834ffe6fc
commit
c5760f43e4
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user