Skip to content

Commit 66c2ca2

Browse files
committed
Remove unused object
1 parent 38a5cda commit 66c2ca2

File tree

1 file changed

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

1 file changed

+0
-6
lines changed

hll/dynamodb-mapper/dynamodb-mapper-annotations/common/src/aws/sdk/kotlin/hll/dynamodbmapper/Annotations.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ public annotation class DynamoDbAttribute(val name: String)
2727
// https://github.com/google/ksp/issues/1129
2828
public annotation class DynamoDbItem(val converterName: String)
2929

30-
//@InternalSdkApi
31-
public object UnspecifiedItemConverter: ItemConverter<Item> {
32-
override fun convertTo(from: Item, onlyAttributes: Set<String>?): Item = from
33-
override fun convertFrom(to: Item): Item = to
34-
}
35-
3630
/**
3731
* Specifies that this property is the primary key for the item. Every top-level [DynamoDbItem] to be used in a table
3832
* must have exactly one partition key.

0 commit comments

Comments
 (0)