Ignore:
Timestamp:
2017-08-22T22:26:32+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15182 - deprecate all Main logging methods and introduce suitable replacements in Logging for most of them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/conflict/tags/TagConflictResolutionUtil.java

    r11606 r12620  
    2020import org.openstreetmap.josm.data.osm.Tag;
    2121import org.openstreetmap.josm.data.osm.TagCollection;
     22import org.openstreetmap.josm.tools.Logging;
    2223import org.openstreetmap.josm.tools.Pair;
    2324
     
    216217                    // Can happen if a particular resolver has an invalid regular expression pattern
    217218                    // but it should not stop the other automatic tag conflict resolution.
    218                     Main.error(e);
     219                    Logging.error(e);
    219220                }
    220221            }
Note: See TracChangeset for help on using the changeset viewer.