Changeset 9603 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/xml/XmlStyleSource.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/xml/XmlStyleSource.java
r9243 r9603 117 117 118 118 @Override 119 @SuppressWarnings("resource") 119 120 public CachedFile getCachedFile() throws IOException { 120 return new CachedFile(url).setHttpAccept(XML_STYLE_MIME_TYPES); 121 return new CachedFile(url).setHttpAccept(XML_STYLE_MIME_TYPES); // NOSONAR 121 122 } 122 123
Note:
See TracChangeset
for help on using the changeset viewer.
