// License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.data.correction;

/**
 * Data correction. Represents any change.
 * @since 1001
 */
public interface Correction {

}
