Modify

Opened 8 years ago

Closed 8 years ago

#14239 closed defect (fixed)

typo in documentation

Reported by: skyper Owned by: team
Priority: minor Milestone:
Component: Core Version:
Keywords: Cc:

Description (last modified by skyper)

In file RelationMemberConflictResolverModel.java @ line 247 is a small typo in documentation. See attached file:

  • RelationMemberConflictResolverModel.java

    org new  
    244244                        indices.add(decision.getPos());
    245245                    }
    246246                    if (roles.size() != 1 || !isCollectionOfConsecutiveNumbers(indices)) {
    247                         // roles to not patch or not consecutive members in relation, leave undecided
     247                        // roles do not match or not consecutive members in relation, leave undecided
    248248                        continue;
    249249                    }
    250250                    decisions.get(0).decide(RelationMemberConflictDecisionType.KEEP);

Attachments (1)

RelationMemberConflictResolverModel.java.diff (713 bytes ) - added by skyper 8 years ago.
patch

Download all attachments as: .zip

Change History (4)

comment:1 by skyper, 8 years ago

Description: modified (diff)

comment:2 by skyper, 8 years ago

Description: modified (diff)

comment:3 by Klumbumbus, 8 years ago

Resolution: fixed
Status: newclosed

In 11463/josm:

  • fix #14239 - typo in documentation (patch by skyper)
  • fix #14236 - add addr:unit to Address tagging preset (patch by MikeN)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.