Changeset 9315 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2016-01-05T00:06:56+01:00 (8 years ago)
Author:
simon04
Message:

see #8838 - Javadoc

File:
1 edited

Legend:

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

    r9292 r9315  
    461461     * @param cmds List of commands that will contain the new "change relation" commands
    462462     * @param newNodes List of nodes that contain the new node
     463     * @param removeOldMember whether the membership of the "old node" should be removed
    463464     */
    464465    private static void fixRelations(Node originalNode, Collection<Command> cmds, List<Node> newNodes, boolean removeOldMember) {
Note: See TracChangeset for help on using the changeset viewer.