001// License: GPL. For details, see LICENSE file.
002package org.openstreetmap.josm.data.correction;
003
004/**
005 * Data correction. Represents any change.
006 * @since 1001
007 */
008public interface Correction {
009
010}