Changeset 16143 in josm


Ignore:
Timestamp:
2020-03-15T20:50:51+01:00 (4 years ago)
Author:
simon04
Message:

Fix typo in Javadoc

File:
1 edited

Legend:

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

    r15586 r16143  
    127127         * Create a {@link SelectionReplaceEvent}
    128128         * @param source The source dataset
    129          * @param old The old primitves that were previously selected. The caller needs to ensure that this set is not modifed.
     129         * @param old The old primitives that were previously selected. The caller needs to ensure that this set is not modified.
    130130         * @param newSelection The primitives of the new selection.
    131131         */
     
    177177         * Create a {@link SelectionAddEvent}
    178178         * @param source The source dataset
    179          * @param old The old primitves that were previously selected. The caller needs to ensure that this set is not modifed.
     179         * @param old The old primitives that were previously selected. The caller needs to ensure that this set is not modified.
    180180         * @param toAdd The primitives to add.
    181181         */
     
    226226         * Create a {@link SelectionRemoveEvent}
    227227         * @param source The source dataset
    228          * @param old The old primitves that were previously selected. The caller needs to ensure that this set is not modifed.
     228         * @param old The old primitives that were previously selected. The caller needs to ensure that this set is not modified.
    229229         * @param toRemove The primitives to remove.
    230230         */
     
    277277         * Create a {@link SelectionToggleEvent}
    278278         * @param source The source dataset
    279          * @param old The old primitves that were previously selected. The caller needs to ensure that this set is not modifed.
     279         * @param old The old primitives that were previously selected. The caller needs to ensure that this set is not modified.
    280280         * @param toToggle The primitives to toggle.
    281281         */
Note: See TracChangeset for help on using the changeset viewer.