Ignore:
Timestamp:
2015-05-20T02:46:51+02:00 (9 years ago)
Author:
Don-vip
Message:

fix some minor Sonar issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/RelationChecker.java

    r8382 r8401  
    305305
    306306                    errors.add(new TestError(this, Severity.WARNING, ROLE_VERIF_PROBLEM_MSG,
    307                             tr(s, key, templates.toString()), MessageFormat.format(s, key), ROLE_UNKNOWN, n));
     307                            tr(s, key, templates), MessageFormat.format(s, key), ROLE_UNKNOWN, n));
    308308                } else {
    309309                    String s = marktr("Empty role type found when expecting one of {0}");
Note: See TracChangeset for help on using the changeset viewer.