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/mapcss/MapCSSStyleSource.java

    r9398 r9603  
    502502
    503503    @Override
     504    @SuppressWarnings("resource")
    504505    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
    506507    }
    507508
Note: See TracChangeset for help on using the changeset viewer.