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/DownloadDialog.java

    r12575 r12620  
    4949import org.openstreetmap.josm.tools.ImageProvider;
    5050import org.openstreetmap.josm.tools.InputMapUtils;
     51import org.openstreetmap.josm.tools.Logging;
    5152import org.openstreetmap.josm.tools.OsmUrlToBounds;
    5253import org.openstreetmap.josm.tools.Utils;
     
    147148            tpDownloadAreaSelectors.setSelectedIndex(DOWNLOAD_TAB.get());
    148149        } catch (IndexOutOfBoundsException ex) {
    149             Main.trace(ex);
     150            Logging.trace(ex);
    150151            DOWNLOAD_TAB.put(0);
    151152        }
     
    434435                return new Bounds(value, ";");
    435436            } catch (IllegalArgumentException e) {
    436                 Main.warn(e);
     437                Logging.warn(e);
    437438            }
    438439        }
Note: See TracChangeset for help on using the changeset viewer.