Ignore:
Timestamp:
2008-03-15T14:39:28+01:00 (16 years ago)
Author:
framm
Message:
  • got rid of a few compiler warnings
Location:
trunk/src/org/openstreetmap/josm/gui/download
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/BookmarkSelection.java

    r435 r582  
    5050                        @Override public void mouseClicked(MouseEvent e) {
    5151                                if (e.getClickCount() == 2) {
    52                                         int index = bookmarks.locationToIndex(e.getPoint());
     52                                        //int index = bookmarks.locationToIndex(e.getPoint());
    5353                                        gui.closeDownloadDialog(true);
    5454                                }
  • trunk/src/org/openstreetmap/josm/gui/download/BoundingBoxSelection.java

    r417 r582  
    2121import javax.swing.JTextField;
    2222import javax.swing.SwingUtilities;
    23 import javax.swing.text.JTextComponent;
    2423
    2524import org.openstreetmap.josm.Main;
Note: See TracChangeset for help on using the changeset viewer.