Ignore:
Timestamp:
2017-07-12T23:47:15+02:00 (7 years ago)
Author:
bastiK
Message:

see #14794 - javadoc

File:
1 edited

Legend:

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

    r11553 r12470  
    3434import org.xml.sax.helpers.DefaultHandler;
    3535
     36/**
     37 * Helper class to process the OSM API server response to a "diff" upload.
     38 * <p>
     39 * New primitives (uploaded with negative id) will be assigned a positive id, etc.
     40 * The goal is to have a clean state, just like a fresh download (assuming no
     41 * concurrent uploads by other users have happened in the meantime).
     42 * <p>
     43 * @see <a href="https://wiki.openstreetmap.org/wiki/API_v0.6#Response_10">API 0.6 diff upload response</a>
     44 */
    3645public class DiffResultProcessor {
    3746
Note: See TracChangeset for help on using the changeset viewer.