1) Remove class level comments auto-created by IntelliJ

This commit is contained in:
Eric Tschetter 2013-02-11 13:13:52 -06:00
parent 05168808c2
commit 6708029043
2 changed files with 0 additions and 14 deletions

View File

@ -7,13 +7,6 @@ import org.codehaus.jackson.annotate.JsonProperty;
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 {
private int partitionNum;

View File

@ -1,12 +1,5 @@
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>
{
private final int chunkNumber;