Skip to content

Commit

Permalink
ydb-platform#32 Support multiple tables under one entity (clean up)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Galiamichev committed Dec 27, 2024
1 parent fa58b66 commit 2fbe19c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import lombok.AccessLevel;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.SneakyThrows;
import lombok.Value;
import lombok.With;
import org.apache.commons.text.StringEscapeUtils;
Expand Down Expand Up @@ -154,7 +153,6 @@ private String getEndpoint() {
.orElse(Objects.toString(repositoryConfig.getHostAndPort()));
}

@SneakyThrows
private Map<String, YdbSchemaOperations.Table> generateSchemeFromCode() {
return descriptors.stream()
.map(this::tableForEntity)
Expand Down

0 comments on commit 2fbe19c

Please sign in to comment.