Changeset 15517 in josm for trunk


Ignore:
Timestamp:
2019-11-05T23:46:56+01:00 (4 years ago)
Author:
Don-vip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java

    r15511 r15517  
    790790            for (Thread t : threads) {
    791791                if (t instanceof SmoothScrollThread) {
    792                     ((SmoothScrollThread)t).stopIt();
     792                    ((SmoothScrollThread) t).stopIt();
    793793                    /* handle this case outside in case there is more than one smooth thread */
    794794                    stopped = true;
Note: See TracChangeset for help on using the changeset viewer.