Ignore:
Timestamp:
2016-07-24T23:50:15+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations should not be superfluous

File:
1 edited

Legend:

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

    r10253 r10632  
    203203
    204204    @Override
    205     public List<Note> parseNotes(int noteLimit, int daysClosed, ProgressMonitor progressMonitor)
    206             throws OsmTransferException, MoreNotesException {
     205    public List<Note> parseNotes(int noteLimit, int daysClosed, ProgressMonitor progressMonitor) throws OsmTransferException {
    207206        progressMonitor.beginTask(tr("Downloading notes"));
    208207        CheckParameterUtil.ensureThat(noteLimit > 0, "Requested note limit is less than 1.");
Note: See TracChangeset for help on using the changeset viewer.