Changeset 11460 in josm


Ignore:
Timestamp:
2017-01-12T02:31:00+01:00 (7 years ago)
Author:
Don-vip
Message:

sonar - fb-contrib:COM_COPIED_OVERRIDDEN_METHOD - Style - Method is implemented with an exact copy of its superclass's method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java

    r11330 r11460  
    213213                            }
    214214                        }
    215 
    216                         @Override
    217                         public boolean isCellEditable(int row, int column) {
    218                             return false;
    219                         }
    220215                    });
    221216            this.list.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
     
    729724
    730725    @Override
    731     public int getTileXMin(int zoom) {
    732         return 0;
    733     }
    734 
    735     @Override
    736726    public int getTileYMax(int zoom) {
    737727        return getTileYMax(zoom, Main.getProjection());
    738     }
    739 
    740     @Override
    741     public int getTileYMin(int zoom) {
    742         return 0;
    743728    }
    744729
Note: See TracChangeset for help on using the changeset viewer.