Ignore:
Timestamp:
2016-09-03T16:16:04+02:00 (9 years ago)
Author:
donvip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetHandler.java

    r30258 r32905  
     1// License: GPL. For details, see LICENSE file.
    12package reverter;
    23
     
    1112    public static final String permissionKey = "remotecontrol.permission.revert_changeset";
    1213    public static final boolean permissionDefault = true;
    13    
     14
    1415    private int changesetId;
    1516
     
    1718    protected void handleRequest() throws RequestHandlerErrorException,
    1819            RequestHandlerBadRequestException {
    19         try
    20         {
     20        try {
    2121            Main.worker.submit(new RevertChangesetTask(changesetId, ChangesetReverter.RevertType.FULL, true));
    2222        } catch (Exception ex) {
     
    2525            throw new RequestHandlerErrorException(ex);
    2626        }
    27 
    2827    }
    2928
Note: See TracChangeset for help on using the changeset viewer.