source: josm/trunk/src/org/openstreetmap/josm/io/ImportCancelException.java@ 8418

Last change on this file since 8418 was 7937, checked in by bastiK, 9 years ago

add subversion property svn:eol=native

  • Property svn:eol-style set to native
File size: 254 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.io;
3
4/**
5 * All exceptions resulting from a user cancelation during any import should implement this interface.
6 * @since 6621
7 */
8public interface ImportCancelException {
9
10}
Note: See TracBrowser for help on using the repository browser.