Remove @author tag to conform with the repository policy
(cherry picked from commit d99a9c057712b3318350a9b4cd97f1e9ab63d13f)
This commit is contained in:
committed by
Stanislav Erokhin
parent
4f3fa9f9ee
commit
f1aa75ffed
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user