mirror of https://github.com/apache/druid.git
1) Remove class level comments auto-created by IntelliJ
This commit is contained in:
parent
05168808c2
commit
6708029043
|
@ -7,13 +7,6 @@ import org.codehaus.jackson.annotate.JsonProperty;
|
||||||
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
|
||||||
* Created with IntelliJ IDEA.
|
|
||||||
* User: jbae
|
|
||||||
* Date: 2/4/13
|
|
||||||
* Time: 10:22 AM
|
|
||||||
* To change this template use File | Settings | File Templates.
|
|
||||||
*/
|
|
||||||
public class LinearShardSpec implements ShardSpec {
|
public class LinearShardSpec implements ShardSpec {
|
||||||
private int partitionNum;
|
private int partitionNum;
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,5 @@
|
||||||
package com.metamx.druid.partition;
|
package com.metamx.druid.partition;
|
||||||
|
|
||||||
/**
|
|
||||||
* Created with IntelliJ IDEA.
|
|
||||||
* User: jbae
|
|
||||||
* Date: 2/4/13
|
|
||||||
* Time: 10:24 AM
|
|
||||||
* To change this template use File | Settings | File Templates.
|
|
||||||
*/
|
|
||||||
public class LinearPartitionChunk <T> implements PartitionChunk<T>
|
public class LinearPartitionChunk <T> implements PartitionChunk<T>
|
||||||
{
|
{
|
||||||
private final int chunkNumber;
|
private final int chunkNumber;
|
||||||
|
|
Loading…
Reference in New Issue