Ignore:
Timestamp:
2009-06-17T09:46:26+02:00 (15 years ago)
Author:
stoecker
Message:

fix build issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java

    r15858 r15961  
    2727import org.openstreetmap.josm.gui.MapView;
    2828import org.openstreetmap.josm.io.CacheFiles;
     29import org.openstreetmap.josm.io.OsmTransferException;
    2930import org.openstreetmap.josm.io.ProgressInputStream;
    3031
     
    124125    }
    125126
    126     protected BufferedImage grab(URL url) throws IOException {
     127    protected BufferedImage grab(URL url) throws IOException, OsmTransferException {
    127128        BufferedImage cached = cache.getImg(url.toString());
    128129        if(cached != null) return cached;
Note: See TracChangeset for help on using the changeset viewer.