Ignore:
Timestamp:
2015-05-20T02:46:51+02:00 (9 years ago)
Author:
Don-vip
Message:

fix some minor Sonar issues

File:
1 edited

Legend:

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

    r8397 r8401  
    554554        tileOptionMenu.add(new JMenuItem(new AbstractAction(
    555555                tr("Request Update")) {
     556            @Override
    556557            public void actionPerformed(ActionEvent ae) {
    557558                if (clickedTile != null) {
     
    10801081
    10811082    private final TileSet nullTileSet = new TileSet((LatLon)null, (LatLon)null, 0);
    1082     private class TileSet {
     1083    private final class TileSet {
    10831084        private int x0, x1, y0, y1;
    10841085        private int zoom;
Note: See TracChangeset for help on using the changeset viewer.