source: josm/trunk/src/org/openstreetmap/josm/command/package-info.java@ 12162

Last change on this file since 12162 was 10125, checked in by Don-vip, 8 years ago

refactor classes from corrector package, add javadoc

  • Property svn:eol-style set to native
File size: 220 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Provides the classes for JOSM commands allowing to modify an OSM data set.
5 * All of them inherit from {@code Command}.
6 */
7package org.openstreetmap.josm.command;
Note: See TracBrowser for help on using the repository browser.