Changeset 19572 in josm


Ignore:
Timestamp:
2026-05-07T15:12:05+02:00 (5 hours ago)
Author:
stoecker
Message:

see #14490 - ooops - fix revision

File:
1 edited

Legend:

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

    r19571 r19572  
    4949     * @param unescapePipe - if true, then replace all '\|' by '|' (issue #14490)
    5050     * @return map of tags
    51      * @since 19570 (parameter unescapePipe added)
     51     * @since 19571 (parameter unescapePipe added)
    5252     */
    5353    public static Map<String, String> readTagsByRegexp(String text, String splitRegex, String tagRegex,
Note: See TracChangeset for help on using the changeset viewer.