Changeset 14303 in josm for trunk/src/org


Ignore:
Timestamp:
2018-10-06T23:31:43+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16781 - missed a big one

File:
1 edited

Legend:

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

    r14302 r14303  
    212212
    213213    /**
    214      * Gets the number of this this tag was added to the collection.
     214     * Gets the number of times this tag was added to the collection.
    215215     * @param tag The tag
    216      * @return The number of thimes this tag is used in this collection.
     216     * @return The number of times this tag is used in this collection.
    217217     * @since 10736
    218218     * @deprecated use {@link #getTagOccurrence}
     
    224224
    225225    /**
    226      * Gets the number of this this tag was added to the collection.
     226     * Gets the number of times this tag was added to the collection.
    227227     * @param tag The tag
    228      * @return The number of thimes this tag is used in this collection.
    229      * @since 14301
     228     * @return The number of times this tag is used in this collection.
     229     * @since 14302
    230230     */
    231231    public int getTagOccurrence(Tag tag) {
Note: See TracChangeset for help on using the changeset viewer.