source: josm/trunk/src/org/openstreetmap/josm/io/OsmServerReadPostprocessor.java@ 9519

Last change on this file since 9519 was 8512, checked in by Don-vip, 9 years ago

checkstyle: redundant modifiers

  • Property svn:eol-style set to native
File size: 309 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.io;
3
4import org.openstreetmap.josm.data.osm.DataSet;
5import org.openstreetmap.josm.gui.progress.ProgressMonitor;
6
7public interface OsmServerReadPostprocessor {
8
9 void postprocessDataSet(DataSet ds, ProgressMonitor progress);
10}
Note: See TracBrowser for help on using the repository browser.