source: josm/trunk/src/org/openstreetmap/josm/gui/io/ConfigurationParameterRequestHandler.java@ 10436

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

checkstyle: enable relevant whitespace checks and fix them

  • Property svn:eol-style set to native
File size: 248 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.io;
3
4public interface ConfigurationParameterRequestHandler {
5 void handleChangesetConfigurationRequest();
6
7 void handleUploadStrategyConfigurationRequest();
8}
Note: See TracBrowser for help on using the repository browser.