Ignore:
Timestamp:
2015-09-18T00:57:22+02:00 (9 years ago)
Author:
Don-vip
Message:

fix Checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Utils.java

    r8756 r8764  
    13031303     */
    13041304    public static ThreadFactory newThreadFactory(final String nameFormat, final int threadPriority) {
    1305         final String ignore = String.format(Locale.ENGLISH, nameFormat, 0);// fail fast
     1305        final String ignore = String.format(Locale.ENGLISH, nameFormat, 0); // fail fast
    13061306        return new ThreadFactory() {
    13071307            final AtomicLong count = new AtomicLong(0);
Note: See TracChangeset for help on using the changeset viewer.