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


Ignore:
Timestamp:
2020-06-16T18:58:46+02:00 (4 years ago)
Author:
simon04
Message:

Fix typos in Javadoc

Location:
trunk/src/org/openstreetmap/josm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/DefaultNameFormatter.java

    r16453 r16657  
    489489     * Builds a default tooltip text for the primitive <code>primitive</code>.
    490490     *
    491      * @param primitive the primitmive
     491     * @param primitive the primitive
    492492     * @return the tooltip text
    493493     */
     
    647647     * Builds a default tooltip text for an HistoryOsmPrimitive <code>primitive</code>.
    648648     *
    649      * @param primitive the primitmive
     649     * @param primitive the primitive
    650650     * @return the tooltip text
    651651     */
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/MemberTableModel.java

    r16438 r16657  
    673673    /**
    674674     * Selects all members which refer to {@link OsmPrimitive}s in the collections
    675      * <code>primitmives</code>. Does nothing is primitives is null.
     675     * <code>primitives</code>. Does nothing is primitives is null.
    676676     *
    677677     * @param primitives the collection of primitives
Note: See TracChangeset for help on using the changeset viewer.