Ignore:
Timestamp:
2017-05-31T20:25:59+02:00 (7 years ago)
Author:
giackserva
Message:

closed #josm14865

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/SegmentChecker.java

    r33354 r33355  
    10101010         */
    10111011        private static Command carryOutSingleFix(TestError testError, List<PTWay> fix) {
     1012
     1013                // wait:
     1014                synchronized (SegmentChecker.class) {
     1015                        try {
     1016                                SegmentChecker.class.wait(1500);
     1017                        } catch (InterruptedException e) {
     1018                                e.printStackTrace();
     1019                        }
     1020                }
     1021
    10121022                // Zoom to the problematic ways:
    10131023                final Collection<OsmPrimitive> waysToZoom = new ArrayList<>();
     
    10311041                                SegmentChecker.class.wait(1500);
    10321042                        } catch (InterruptedException e) {
    1033                                 // TODO Auto-generated catch block
    10341043                                e.printStackTrace();
    10351044                        }
Note: See TracChangeset for help on using the changeset viewer.