Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19304 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
stoecker committed Jan 31, 2025
1 parent 1807a87 commit 63c7de7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ public String getDisplay() {
return tr("Paint style {0}: {1}", tr(I18n.escape(info.getSource())), tr(info.getName()));
else
return tr(I18n.escape(info.getSource())) + " - " + tr(I18n.escape(info.getName()));
}
else
} else {
return tr(I18n.escape(info.getName()));
}
}

/**
Expand Down

0 comments on commit 63c7de7

Please sign in to comment.