Changeset 14303 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2018-10-06T23:31:43+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/TagCollection.java
r14302 r14303 212 212 213 213 /** 214 * Gets the number of t his this tag was added to the collection.214 * Gets the number of times this tag was added to the collection. 215 215 * @param tag The tag 216 * @return The number of t himes this tag is used in this collection.216 * @return The number of times this tag is used in this collection. 217 217 * @since 10736 218 218 * @deprecated use {@link #getTagOccurrence} … … 224 224 225 225 /** 226 * Gets the number of t his this tag was added to the collection.226 * Gets the number of times this tag was added to the collection. 227 227 * @param tag The tag 228 * @return The number of t himes this tag is used in this collection.229 * @since 1430 1228 * @return The number of times this tag is used in this collection. 229 * @since 14302 230 230 */ 231 231 public int getTagOccurrence(Tag tag) {
Note:
See TracChangeset
for help on using the changeset viewer.