source: josm/trunk/src/org/openstreetmap/josm/corrector/UserCancelException.java@ 2611

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

fixed incomplete ckeckin

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