Changeset 31431 in osm for applications/viewer


Ignore:
Timestamp:
2015-08-01T23:04:26+02:00 (9 years ago)
Author:
donvip
Message:

[jmapviewer] restore protected visibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java

    r31430 r31431  
    1313public class TileSourceInfo {
    1414    /** id for this imagery entry, optional at the moment */
    15     private final String id;
     15    protected final String id;
    1616
    1717    /** URL of the imagery service */
    18     private final String url;
     18    protected final String url;
    1919
    2020    /** name of the imagery layer */
    21     private final String name;
     21    protected final String name;
    2222
    2323    /** headers meaning, that there is no tile at this zoom level */
Note: See TracChangeset for help on using the changeset viewer.