mirror of https://github.com/apache/druid.git
removed @author tags
This commit is contained in:
parent
7195637a41
commit
55267ca0e4
|
@ -5,9 +5,6 @@ import java.nio.ByteBuffer;
|
|||
import com.fasterxml.jackson.annotation.JsonSubTypes;
|
||||
import com.fasterxml.jackson.annotation.JsonTypeInfo;
|
||||
|
||||
/**
|
||||
* @author jan.rudert
|
||||
*/
|
||||
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type", defaultImpl = StringInputRowParser.class)
|
||||
@JsonSubTypes(value = {
|
||||
@JsonSubTypes.Type(name = "protobuf", value = ProtoBufInputRowParser.class),
|
||||
|
|
|
@ -19,9 +19,6 @@ import com.google.protobuf.DynamicMessage;
|
|||
import com.google.protobuf.InvalidProtocolBufferException;
|
||||
import com.metamx.druid.input.InputRow;
|
||||
|
||||
/**
|
||||
* @author jan.rudert
|
||||
*/
|
||||
public class ProtoBufInputRowParser implements ByteBufferInputRowParser
|
||||
{
|
||||
|
||||
|
|
|
@ -14,9 +14,6 @@ import org.junit.Test;
|
|||
|
||||
import com.metamx.druid.input.InputRow;
|
||||
|
||||
/**
|
||||
* @author jan.rudert
|
||||
*/
|
||||
public class ProtoBufInputRowParserTest {
|
||||
|
||||
public static final String[] DIMENSIONS = new String[]{"eventType", "id", "someOtherId", "isValid"};
|
||||
|
|
|
@ -5,9 +5,6 @@ import org.junit.Test;
|
|||
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
/**
|
||||
* @author jan.rudert
|
||||
*/
|
||||
public class StringInputRowParserTest {
|
||||
|
||||
|
||||
|
|
|
@ -10,9 +10,6 @@ import org.junit.Test;
|
|||
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* @author jan.rudert
|
||||
*/
|
||||
public class DataSegmentPusherUtilTest {
|
||||
@Test
|
||||
public void shouldNotHaveColonsInHdfsStorageDir() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue