Changeset 4191 in josm for trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
- Timestamp:
- 2011-07-01T09:32:56+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
r3976 r4191 23 23 import java.util.ArrayList; 24 24 import java.util.List; 25 import java.util.logging.Logger;26 25 27 26 import javax.swing.AbstractAction; … … 51 50 */ 52 51 public class DownloadDialog extends JDialog { 53 @SuppressWarnings("unused")54 static private final Logger logger = Logger.getLogger(DownloadDialog.class.getName());55 56 52 /** the unique instance of the download dialog */ 57 53 static private DownloadDialog instance;
Note:
See TracChangeset
for help on using the changeset viewer.
