Skip to content

Commit a9c1922

Browse files
authored
fix: add JvmName import back (#1615)
1 parent 1b49de6 commit a9c1922

File tree

1 file changed

+1
-0
lines changed
  • hll/dynamodb-mapper/dynamodb-mapper/common/src/aws/sdk/kotlin/hll/dynamodbmapper/model

1 file changed

+1
-0
lines changed

hll/dynamodb-mapper/dynamodb-mapper/common/src/aws/sdk/kotlin/hll/dynamodbmapper/model/Item.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import aws.sdk.kotlin.hll.dynamodbmapper.model.internal.ItemImpl
88
import aws.sdk.kotlin.hll.dynamodbmapper.util.dynamicAttr
99
import aws.sdk.kotlin.services.dynamodb.model.AttributeValue
1010
import aws.smithy.kotlin.runtime.ExperimentalApi
11+
import kotlin.jvm.JvmName
1112

1213
/**
1314
* An immutable representation of a low-level item in a DynamoDB table. Items consist of attributes, each of which have

0 commit comments

Comments
 (0)