Ignore:
Timestamp:
2015-05-09T12:49:35+02:00 (11 years ago)
Author:
Don-vip
Message:

code style - Close curly brace and the next "else", "catch" and "finally" keywords should be located on the same line

File:
1 edited

Legend:

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

    r8338 r8342  
    323323                errors.add(new TestError(this, Severity.WARNING, ROLE_VERIF_PROBLEM_MSG,
    324324                        tr(s, keyname), MessageFormat.format(s, keyname), ROLE_MISSING, n));
    325             }
    326             else if (vc > count) {
     325            } else if (vc > count) {
    327326                String s = marktr("Number of {0} roles too low ({1})");
    328327                errors.add(new TestError(this, Severity.WARNING, ROLE_VERIF_PROBLEM_MSG,
Note: See TracChangeset for help on using the changeset viewer.