Changeset 10969 in josm


Ignore:
Timestamp:
2016-09-06T23:55:56+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:ClassVariableVisibilityCheck - Class variable fields should not have public accessibility

File:
1 edited

Legend:

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

    r10964 r10969  
    15441544
    15451545    private static class TileSetInfo {
    1546         public boolean hasVisibleTiles;
    1547         public boolean hasOverzoomedTiles;
    1548         public boolean hasLoadingTiles;
    1549         public boolean hasAllLoadedTiles;
     1546        boolean hasVisibleTiles;
     1547        boolean hasOverzoomedTiles;
     1548        boolean hasLoadingTiles;
     1549        boolean hasAllLoadedTiles;
    15501550    }
    15511551
     
    18171817    }
    18181818
     1819    /**
     1820     * Returns the contextual menu entries in layer list dialog.
     1821     * @return the contextual menu entries in layer list dialog
     1822     */
    18191823    public Action[] getLayerListEntries() {
    18201824        return new Action[] {
Note: See TracChangeset for help on using the changeset viewer.