// License: GPL. For details, see LICENSE file.

/**
 * Provides the classes for JOSM commands allowing to modify an OSM data set.
 * All of them inherit from {@code Command}.
 */
package org.openstreetmap.josm.command;
