Changeset 5281 in josm for trunk/src/org


Ignore:
Timestamp:
2012-06-16T19:04:59+02:00 (12 years ago)
Author:
bastiK
Message:

fixed #7778 - Don't cache bing.attribution.xml

File:
1 edited

Legend:

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

    r5261 r5281  
    291291
    292292            public BingAttributionData() {
    293                 super("bing.attribution.xml", CacheCustomContent.INTERVAL_WEEKLY);
     293                super("bing.attribution.xml", CacheCustomContent.INTERVAL_HOURLY);
    294294            }
    295295
Note: See TracChangeset for help on using the changeset viewer.