Changeset 15762 in josm


Ignore:
Timestamp:
2020-01-25T21:27:59+01:00 (4 years ago)
Author:
simon04
Message:

Fix typo in Javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/TextTagParser.java

    r13597 r15762  
    4444     * Try to find tag-value pairs in given text
    4545     * @param text - text in which tags are looked for
    46      * @param splitRegex - text is splitted into parts with this delimiter
     46     * @param splitRegex - text is split into parts with this delimiter
    4747     * @param tagRegex - each part is matched against this regex
    4848     * @param unescapeTextInQuotes - if true, matched tag and value will be analyzed more thoroughly
     
    106106        // Format
    107107        // a=b \n c=d \n "a b"=hello
    108         // SORRY: "a=b" = c is not supported fror now, only first = will be considered
     108        // SORRY: "a=b" = c is not supported for now, only first = will be considered
    109109        // a = "b=c" is OK
    110110        // a = b=c  - this method of parsing fails intentionally
Note: See TracChangeset for help on using the changeset viewer.