Ignore:
Timestamp:
2026-02-20T11:51:47+01:00 (27 hours ago)
Author:
stoecker
Message:

remove a lot of PMD warnings, especially outdated ignores, see #24635

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/GeoJSONServerReader.java

    r15784 r19535  
    3737                return null;
    3838            progressMonitor.subTask(tr("Downloading OSM data..."));
    39             InputStream uncompressedInputStream = compression.getUncompressedInputStream(in); // NOPMD
     39            InputStream uncompressedInputStream = compression.getUncompressedInputStream(in);
    4040            ProgressMonitor subTaskMonitor = progressMonitor.createSubTaskMonitor(1, false);
    4141            return GeoJSONReader.parseDataSet(uncompressedInputStream, subTaskMonitor);
Note: See TracChangeset for help on using the changeset viewer.