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/gui/conflict/pair/relation/RelationMemberMerger.java

    r8426 r8510  
    6060    @Override
    6161    public void populate(Conflict<? extends OsmPrimitive> conflict) {
    62         Relation myRel = (Relation)conflict.getMy();
    63         Relation theirRel = (Relation)conflict.getTheir();
    64         ((RelationMemberListMergeModel)model).populate(myRel, theirRel, conflict.getMergedMap());
     62        Relation myRel = (Relation) conflict.getMy();
     63        Relation theirRel = (Relation) conflict.getTheir();
     64        ((RelationMemberListMergeModel) model).populate(myRel, theirRel, conflict.getMergedMap());
    6565        myEntriesTable.setLayer(findLayerFor(myRel));
    6666        theirEntriesTable.setLayer(findLayerFor(theirRel));
Note: See TracChangeset for help on using the changeset viewer.