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

Commit 2ae52d2

Browse files
committed
setを使う理由は無いためlistに修正
1 parent 1d2e480 commit 2ae52d2

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
@@ -111,5 +111,5 @@ private fun <T : Any> deserializerFromCompanionObject(clazz: KClass<T>): Collect
111111
functions.map {
112112
KFunctionWithInstance(it, instance) as KFunction<T>
113113
}
114-
} ?: emptySet()
114+
} ?: emptyList()
115115
}

0 commit comments

Comments
 (0)