Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 1fb642b

Browse files
committed
スコープが制限されていなかったため修正
1 parent 3bf77c4 commit 1fb642b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mapk/krowmapper/ParameterForMap.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import kotlin.reflect.full.staticFunctions
1919
import kotlin.reflect.jvm.isAccessible
2020
import kotlin.reflect.jvm.jvmName
2121

22-
class ParameterForMap private constructor(
22+
internal class ParameterForMap private constructor(
2323
val param: KParameter,
2424
name: String,
2525
parameterKClazz: KClass<*>

0 commit comments

Comments
 (0)