Ignore:
Timestamp:
2017-08-08T15:13:27+02:00 (7 years ago)
Author:
bastiK
Message:

see #14794 - javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/UpdateDataAction.java

    r11627 r12581  
    2020import org.openstreetmap.josm.tools.Shortcut;
    2121
     22/**
     23 * This action synchronizes the dataset with the current state on the server.
     24 *
     25 * It does so by re-downloading all areas and thereby merging all compatible
     26 * changes from the current server version.
     27 */
    2228public class UpdateDataAction extends JosmAction {
    2329
Note: See TracChangeset for help on using the changeset viewer.