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/download/OverpassQueryList.java

    r12609 r12620  
    5050import org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel;
    5151import org.openstreetmap.josm.tools.GBC;
     52import org.openstreetmap.josm.tools.Logging;
    5253import org.openstreetmap.josm.tools.Utils;
    5354
     
    276277            } catch (IllegalArgumentException | DateTimeParseException e) {
    277278                // skip any corrupted item
    278                 Main.error(e);
     279                Logging.error(e);
    279280            }
    280281        }
Note: See TracChangeset for help on using the changeset viewer.