Remove the "author" tag (#1829)

This commit is contained in:
xy720
2019-09-19 16:59:08 +08:00
committed by ZHAO Chun
parent d1676c3c3d
commit e516eba940
47 changed files with 2 additions and 196 deletions

View File

@ -56,11 +56,6 @@ import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/*
* Author: Chenmingyu
* Date: Aug 21, 2019
*/
public class RollupJobV2Test {
private static FakeEditLog fakeEditLog;

View File

@ -65,11 +65,6 @@ import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/*
* Author: Chenmingyu
* Date: Aug 21, 2019
*/
public class SchemaChangeJobV2Test {
private static FakeEditLog fakeEditLog;

View File

@ -28,11 +28,6 @@ import java.util.Map;
import java.util.Set;
import java.util.concurrent.CopyOnWriteArraySet;
/*
* Author: Chenmingyu
* Date: Jun 12, 2019
*/
public class ColocateTableIndexTest {
@Test

View File

@ -22,11 +22,6 @@ import org.junit.Test;
import javax.activation.MimetypesFileTypeMap;
/*
* Author: Chenmingyu
* Date: Jun 14, 2019
*/
public class MimeTypeTest {
@Test

View File

@ -22,11 +22,6 @@ import org.apache.doris.mysql.privilege.PaloAuth;
import java.util.List;
/*
* Author: Chenmingyu
* Date: Mar 24, 2019
*/
public class WrappedAuth extends PaloAuth {
@Override
public boolean checkPassword(String remoteUser, String remoteHost, byte[] remotePasswd, byte[] randomString,

View File

@ -39,11 +39,6 @@ import mockit.Mocked;
import mockit.NonStrictExpectations;
import mockit.internal.startup.Startup;
/*
* Author: Chenmingyu
* Date: Mar 24, 2019
*/
public class SetPasswordTest {
private PaloAuth auth;

View File

@ -37,11 +37,6 @@ import java.util.List;
import java.util.Map;
import java.util.Set;
/*
* Author: Chenmingyu
* Date: Aug 27, 2019
*/
public class HashDistributionPrunerTest {
@Test

View File

@ -35,11 +35,6 @@ import org.junit.rules.ExpectedException;
import java.util.Locale;
/*
* Author: Chenmingyu
* Date: Mar 13, 2019
*/
public class FEFunctionsTest {
@Rule