Skip to content

Commit

Permalink
removed unused translations from ThsEntryDto
Browse files Browse the repository at this point in the history
  • Loading branch information
bloese authored and bloese committed Jul 3, 2024
1 parent 8c13ee1 commit fcff2a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/tla/domain/dto/ThsEntryDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ public class ThsEntryDto extends NamedNodeDto {
@JsonAlias("sortkey")
private String sortKey;

@Singular
private SortedMap<Language, List<String>> translations;

public ThsEntryDto() {
this.translations = Collections.emptySortedMap();
}

}

0 comments on commit fcff2a4

Please sign in to comment.