Ignore:
Timestamp:
2017-04-09T13:52:57+02:00 (7 years ago)
Author:
Don-vip
Message:

see #7427 - checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java

    r11858 r11860  
    10761076    }
    10771077
    1078      /**
     1078    /**
    10791079     * Draw a tile image on screen.
    10801080     * @param g the Graphics2D
     
    11841184
    11851185            // applying all filters to this layer
    1186             img = applyImageProcessors((BufferedImage) img);
     1186            img = applyImageProcessors(img);
    11871187
    11881188            Shape clip;
Note: See TracChangeset for help on using the changeset viewer.