Ticket #2229: Strange Build Error.patch
| File Strange Build Error.patch, 485 bytes (added by , 17 years ago) |
|---|
-
src/org/openstreetmap/josm/actions/UpdateDataAction.java
29 29 true); 30 30 } 31 31 32 @Override33 32 public void actionPerformed(ActionEvent e) { 34 33 int bboxCount = 0; 35 34 List<Area> areas = new ArrayList<Area>();
