Remove @author tag to conform with the repository policy

(cherry picked from commit d99a9c057712b3318350a9b4cd97f1e9ab63d13f)
This commit is contained in:
Nikolay Krasko
2021-02-09 15:19:05 +03:00
committed by Stanislav Erokhin
parent 4f3fa9f9ee
commit f1aa75ffed
@@ -19,8 +19,6 @@ package org.jetbrains.ring
/**
* This class tests linked list performance
* using prime number calculation algorithms
*
* @author Mikhail Glukhikh
*/
open class PrimeListBenchmark {
private var primes: MutableList<Int> = mutableListOf()