source: josm/trunk/src/org/openstreetmap/josm/corrector/Correction.java@ 1617

Last change on this file since 1617 was 1001, checked in by stoecker, 16 years ago

fixed incomplete ckeckin

File size: 124 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.corrector;
3
4public interface Correction {
5
6}
Note: See TracBrowser for help on using the repository browser.