Ignore:
Timestamp:
2013-01-27T19:11:23+01:00 (11 years ago)
Author:
Don-vip
Message:

fix #8148 - Improve remote control handlers (requests validation, display of confirmation messages, robustness, javadoc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/VersionHandler.java

    r5085 r5680  
    1212public class VersionHandler extends RequestHandler {
    1313
     14    /**
     15     * The remote control command name used to reply version.
     16     */
    1417    public static final String command = "version";
    1518
     
    3841        return null;
    3942    }
     43
     44    @Override
     45    protected void validateRequest() throws RequestHandlerBadRequestException {
     46        // Nothing to do
     47    }
    4048}
Note: See TracChangeset for help on using the changeset viewer.