Changeset 16657 in josm for trunk/src/org
- Timestamp:
- 2020-06-16T18:58:46+02:00 (4 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/DefaultNameFormatter.java
r16453 r16657 489 489 * Builds a default tooltip text for the primitive <code>primitive</code>. 490 490 * 491 * @param primitive the primit mive491 * @param primitive the primitive 492 492 * @return the tooltip text 493 493 */ … … 647 647 * Builds a default tooltip text for an HistoryOsmPrimitive <code>primitive</code>. 648 648 * 649 * @param primitive the primit mive649 * @param primitive the primitive 650 650 * @return the tooltip text 651 651 */ -
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/MemberTableModel.java
r16438 r16657 673 673 /** 674 674 * Selects all members which refer to {@link OsmPrimitive}s in the collections 675 * <code>primit mives</code>. Does nothing is primitives is null.675 * <code>primitives</code>. Does nothing is primitives is null. 676 676 * 677 677 * @param primitives the collection of primitives
Note:
See TracChangeset
for help on using the changeset viewer.