Skip to content

Commit

Permalink
removed unused translations from THS
Browse files Browse the repository at this point in the history
  • Loading branch information
bloese authored and bloese committed Jul 3, 2024
1 parent 3504357 commit 652f698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/tla/domain/dto/ThsEntryDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class ThsEntryDto extends NamedNodeDto {
private SortedMap<Language, List<String>> translations;

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

}

0 comments on commit 652f698

Please sign in to comment.