source: josm/trunk/src/org/openstreetmap/josm/io/OsmTransferCanceledException.java@ 5299

Last change on this file since 5299 was 4310, checked in by stoecker, 13 years ago

fix #6680, fix #6677 - i18n issues

  • Property svn:eol-style set to native
File size: 160 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.io;
3
4public class OsmTransferCanceledException extends OsmTransferException {
5
6}
Note: See TracBrowser for help on using the repository browser.