Changeset 9603 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource.java
- Timestamp:
- 2016-01-24T02:07:12+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource.java
r9398 r9603 502 502 503 503 @Override 504 @SuppressWarnings("resource") 504 505 public CachedFile getCachedFile() throws IOException { 505 return new CachedFile(url).setHttpAccept(MAPCSS_STYLE_MIME_TYPES); 506 return new CachedFile(url).setHttpAccept(MAPCSS_STYLE_MIME_TYPES); // NOSONAR 506 507 } 507 508
Note:
See TracChangeset
for help on using the changeset viewer.
