source: josm/trunk/src/org/openstreetmap/josm/data/correction/Correction.java@ 13660

Last change on this file since 13660 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: 196 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.data.correction;
3
4/**
5 * Data correction. Represents any change.
6 * @since 1001
7 */
8public interface Correction {
9
10}
Note: See TracBrowser for help on using the repository browser.