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


Ignore:
Timestamp:
2020-08-30T21:05:03+02:00 (4 years ago)
Author:
simon04
Message:

Fix typo in code comment

File:
1 edited

Legend:

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

    r16641 r16981  
    544544    /**
    545545     * Scans a key/value array for a given key.
    546      * @param keys The key array. It is not modified. It may be null to indicate an emtpy array.
     546     * @param keys The key array. It is not modified. It may be null to indicate an empty array.
    547547     * @param key The key to search for.
    548548     * @return The position of that key in the keys array - which is always a multiple of 2 - or -1 if it was not found.
Note: See TracChangeset for help on using the changeset viewer.