Changeset 33355 in osm for applications/editors/josm/plugins/pt_assistant/src
- Timestamp:
- 2017-05-31T20:25:59+02:00 (8 years ago)
- 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 1010 1010 */ 1011 1011 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 1012 1022 // Zoom to the problematic ways: 1013 1023 final Collection<OsmPrimitive> waysToZoom = new ArrayList<>(); … … 1031 1041 SegmentChecker.class.wait(1500); 1032 1042 } catch (InterruptedException e) { 1033 // TODO Auto-generated catch block1034 1043 e.printStackTrace(); 1035 1044 }
Note:
See TracChangeset
for help on using the changeset viewer.