Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/UpdateSelectionAction.java

    r8509 r8510  
    4444            DataSet ds = reader.parseOsm(NullProgressMonitor.INSTANCE);
    4545            Main.main.getEditLayer().mergeFrom(ds);
    46         } catch(Exception e) {
     46        } catch (Exception e) {
    4747            ExceptionDialogUtil.explainException(e);
    4848        }
     
    5757     */
    5858    public static void updatePrimitives(final Collection<OsmPrimitive> selection) {
    59         UpdatePrimitivesTask task = new UpdatePrimitivesTask(Main.main.getEditLayer(),selection);
     59        UpdatePrimitivesTask task = new UpdatePrimitivesTask(Main.main.getEditLayer(), selection);
    6060        Main.worker.submit(task);
    6161    }
Note: See TracChangeset for help on using the changeset viewer.