Ignore:
Timestamp:
2015-04-18T12:33:06+02:00 (9 years ago)
Author:
simon04
Message:

fix #10868 - Add osm.notes.daysClosed to preference dialog

File:
1 edited

Legend:

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

    r7531 r8218  
    354354     * Downloads notes from the API, given API limit parameters
    355355     *
    356      * @param noteLimit How many notes to download. Defaults to 1000 if not specified. API has a hard limit of 10000
     356     * @param noteLimit How many notes to download.
    357357     * @param daysClosed Return notes closed this many days in the past. -1 means all notes, ever. 0 means only unresolved notes.
    358358     * @param progressMonitor Progress monitor for user feedback
     
    360360     * @throws OsmTransferException if any errors happen
    361361     */
    362     public List<Note> parseNotes(Integer noteLimit, Integer daysClosed, ProgressMonitor progressMonitor) throws OsmTransferException {
     362    public List<Note> parseNotes(int noteLimit, int daysClosed, ProgressMonitor progressMonitor) throws OsmTransferException {
    363363        return null;
    364364    }
Note: See TracChangeset for help on using the changeset viewer.