Changeset 23963 in osm for applications/editors
- Timestamp:
- 2010-10-31T14:58:25+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/GuessAddressDataAction.java
r23961 r23963 32 32 @SuppressWarnings("serial") 33 33 public class GuessAddressDataAction extends AbstractAddressEditAction { 34 private static final int THREAD_COUNT = 5;35 private AddressFinderThread[] threads = new AddressFinderThread[THREAD_COUNT];36 34 37 35 public GuessAddressDataAction() {
Note:
See TracChangeset
for help on using the changeset viewer.