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

Revision 4310, 160 bytes checked in by stoecker, 10 months ago (diff)

fix #6680, fix #6677 - i18n issues

  • Property svn:eol-style set to native
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.