Ignore:
Timestamp:
2016-01-24T02:07:12+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/xml/XmlStyleSource.java

    r9243 r9603  
    117117
    118118    @Override
     119    @SuppressWarnings("resource")
    119120    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
    121122    }
    122123
Note: See TracChangeset for help on using the changeset viewer.