Skip to content

Commit

Permalink
chore: removed unnecessary field
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Mar 12, 2024
1 parent 12b4053 commit 28b4e92
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@

package org.eclipse.jnosql.databases.dynamodb.communication;

import jakarta.json.bind.Jsonb;
import org.eclipse.jnosql.communication.document.Document;
import org.eclipse.jnosql.communication.document.DocumentEntity;
import org.eclipse.jnosql.communication.driver.JsonbSupplier;
import org.eclipse.jnosql.communication.driver.ValueUtil;
import software.amazon.awssdk.core.SdkBytes;
import software.amazon.awssdk.services.dynamodb.model.AttributeAction;
Expand All @@ -43,7 +41,6 @@ class DocumentEntityConverter {

static final String ENTITY = "@entity";
static final String ID = "id";
private static final Jsonb JSONB = JsonbSupplier.getInstance().get();

private DocumentEntityConverter() {
}
Expand Down

0 comments on commit 28b4e92

Please sign in to comment.