source: josm/trunk/src/org/openstreetmap/josm/gui/io/importexport/package-info.java@ 12767

Last change on this file since 12767 was 12671, checked in by Don-vip, 7 years ago

see #15182 - move file importers/exporters from io package to gui.io.importexport package, as they rely heavily on GUI and are mainly used from Open/Save actions

File size: 183 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Provides GUI classes for handling file import/export operations.
5 */
6package org.openstreetmap.josm.gui.io.importexport;
Note: See TracBrowser for help on using the repository browser.