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

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/JOSMFixture.java

    r8509 r8510  
    7272        } else {
    7373            File f = new File(josmHome);
    74             if (! f.exists() || ! f.canRead()) {
     74            if (!f.exists() || !f.canRead()) {
    7575                fail(MessageFormat.format(
    7676                        "property ''{0}'' points to ''{1}'' which is either not existing ({2}) or not readable ({3}). Current directory is ''{4}''.",
Note: See TracChangeset for help on using the changeset viewer.