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/actions/ValidateAction.java

    r8509 r8510  
    165165                    return;
    166166                testCounter++;
    167                 getProgressMonitor().setCustomText(tr("Test {0}/{1}: Starting {2}", testCounter, tests.size(),test.getName()));
     167                getProgressMonitor().setCustomText(tr("Test {0}/{1}: Starting {2}", testCounter, tests.size(), test.getName()));
    168168                test.setPartialSelection(formerValidatedPrimitives != null);
    169169                test.startTest(getProgressMonitor().createSubTaskMonitor(validatedPrimitives.size(), false));
Note: See TracChangeset for help on using the changeset viewer.