Skip to content

Commit 8b6158d

Browse files
committed
fixes DynamoDbutils
1 parent a0058a1 commit 8b6158d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dynamodb-driver/src/main/java/org/jnosql/diana/dynamodb/DynamoDBUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public class DynamoDBUtils {
4545
private static final AttributeValue.Builder attributeValueBuilder = AttributeValue.builder();
4646
private static final Jsonb JSONB = JsonbSupplier.getInstance().get();
4747

48+
private DynamoDBUtils() {
49+
}
4850

4951
public static <K, V> Map<String, AttributeValue> createAttributeValues(K key, V value) {
5052

0 commit comments

Comments
 (0)