Remove @PublishedApi

This commit is contained in:
Iaroslav 2020-06-16 14:20:17 +07:00
parent 15d7a20b43
commit 91a9e2a5e9
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -16,8 +16,7 @@ import scientifik.kmath.operations.Algebra
* @param algebra the algebra the applied AsmExpressions use.
* @param className the unique class name of new loaded class.
*/
@PublishedApi
internal class AsmBuilder<T> @PublishedApi internal constructor(
internal class AsmBuilder<T> internal constructor(
private val classOfT: Class<*>,
private val algebra: Algebra<T>,
private val className: String,