201: Minor: remove author to fix conformance test

This commit is contained in:
Nikolay Krasko
2020-04-10 13:56:10 +03:00
parent 626c94c54d
commit dbbb81c78d
@@ -82,9 +82,6 @@ import java.util.*;
import java.util.concurrent.TimeUnit;
import java.util.function.Supplier;
/**
* @author peter
*/
@SuppressWarnings("ALL")
public abstract class KtUsefulTestCase extends TestCase {
public static final boolean IS_UNDER_TEAMCITY = System.getenv("TEAMCITY_VERSION") != null;