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/command/conflict/CoordinateConflictResolveCommand.java

    r8456 r8510  
    4949    @Override
    5050    public boolean executeCommand() {
    51         // remember the current state of modified primitives, i.e. of
    52         // OSM primitive 'my'
    53         //
     51        // remember the current state of modified primitives, i.e. of OSM primitive 'my'
    5452        super.executeCommand();
    5553
     
    5755            // do nothing
    5856        } else if (decision.equals(MergeDecisionType.KEEP_THEIR)) {
    59             Node my = (Node)conflict.getMy();
    60             Node their = (Node)conflict.getTheir();
     57            Node my = (Node) conflict.getMy();
     58            Node their = (Node) conflict.getTheir();
    6159            my.setCoor(their.getCoor());
    6260        } else
     
    6563
    6664        // remember the layer this command was applied to
    67         //
    6865        rememberConflict(conflict);
    6966
Note: See TracChangeset for help on using the changeset viewer.