Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed Aug 21, 2024
1 parent d25603e commit 1196298
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ private String getFeatureString(final Feature feature) {
&& !"".equals(feature.getContainerEntityPreposition())) {
sb.append(feature.getContainerEntityPreposition());
sb.append(" ");
} else {
sb.append("in/for/to ");
}
if (feature.getContainerEntityArticle() != null && !"".equals(feature.getContainerEntityArticle())) {
sb.append(feature.getContainerEntityArticle());
Expand Down

0 comments on commit 1196298

Please sign in to comment.