Ignore:
Timestamp:
2010-09-15T18:56:19+02:00 (14 years ago)
Author:
stoecker
Message:

remove tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ext_tools/src/ext_tools/DataSetToCmd.java

    r21930 r23191  
    4141     * <P>
    4242     * onto my primitives.
    43      * 
     43     *
    4444     * @param <P>
    4545     *            the type of the other primitive
     
    9191    /**
    9292     * Merges the node list of a source way onto its target way.
    93      * 
     93     *
    9494     * @param source
    9595     *            the source way
     
    9999     *             thrown if there isn't a target node for one of the nodes in
    100100     *             the source way
    101      * 
     101     *
    102102     */
    103103    private void mergeNodeList(Way source) throws IllegalStateException {
     
    129129     * Merges the relation members of a source relation onto the corresponding
    130130     * target relation.
    131      * 
     131     *
    132132     * @param source
    133133     *            the source relation
Note: See TracChangeset for help on using the changeset viewer.