Ignore:
Timestamp:
2018-05-23T21:03:31+02:00 (6 years ago)
Author:
Don-vip
Message:

SonarQube - fix code style issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AboutAction.java

    r13783 r13824  
    123123        // Get the list of Launchpad contributors using customary msgid “translator-credits”
    124124        String translators = tr("translator-credits");
    125         if (translators != null && !translators.isEmpty() && !translators.equals("translator-credits")) {
     125        if (translators != null && !translators.isEmpty() && !"translator-credits".equals(translators)) {
    126126            about.addTab(tr("Translators"), createScrollPane(new JosmTextArea(translators)));
    127127        }
Note: See TracChangeset for help on using the changeset viewer.