Whitespace!

This commit is contained in:
cheddar 2013-08-29 14:02:46 -05:00
parent 7834ffe6fc
commit c5760f43e4

View File

@ -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");
}