Skip to content

Commit

Permalink
chore: Change List to Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Nov 3, 2023
1 parent 2cd1c51 commit 1ae3ad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class DataBrokerConnection internal constructor(
@JvmOverloads
suspend fun <T : VssSpecification> fetch(
specification: T,
fields: List<Field> = listOf(Field.FIELD_VALUE),
fields: Collection<Field> = listOf(Field.FIELD_VALUE),
): T {
return withContext(dispatcher) {
try {
Expand Down

0 comments on commit 1ae3ad4

Please sign in to comment.