Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

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

    r7937 r8510  
    132132            String errMsg = validator.getErrorMessage();
    133133            // Special treatment to allow URLs without protocol. See UrlValidator#isValid
    134             if (tr("URL contains an invalid protocol: {0}", (String)null).equals(errMsg)) {
     134            if (tr("URL contains an invalid protocol: {0}", (String) null).equals(errMsg)) {
    135135                String proto = validator instanceof EmailValidator ? "mailto://" : "http://";
    136136                return doValidateTag(p, k, proto+value, validator, code);
Note: See TracChangeset for help on using the changeset viewer.