Changeset 23191 in osm for applications/editors/josm/plugins/ext_tools/src
- Timestamp:
- 2010-09-15T18:56:19+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ext_tools/src/ext_tools/DataSetToCmd.java
r21930 r23191 41 41 * <P> 42 42 * onto my primitives. 43 * 43 * 44 44 * @param <P> 45 45 * the type of the other primitive … … 91 91 /** 92 92 * Merges the node list of a source way onto its target way. 93 * 93 * 94 94 * @param source 95 95 * the source way … … 99 99 * thrown if there isn't a target node for one of the nodes in 100 100 * the source way 101 * 101 * 102 102 */ 103 103 private void mergeNodeList(Way source) throws IllegalStateException { … … 129 129 * Merges the relation members of a source relation onto the corresponding 130 130 * target relation. 131 * 131 * 132 132 * @param source 133 133 * the source relation
Note:
See TracChangeset
for help on using the changeset viewer.