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/actions/AlignInLineAction.java

    r12562 r12620  
    2727import org.openstreetmap.josm.data.osm.Way;
    2828import org.openstreetmap.josm.gui.Notification;
     29import org.openstreetmap.josm.tools.Logging;
    2930import org.openstreetmap.josm.tools.Shortcut;
    3031
     
    173174            Main.main.undoRedo.add(buildCommand());
    174175        } catch (InvalidSelection except) {
    175             Main.debug(except);
     176            Logging.debug(except);
    176177            new Notification(except.getMessage())
    177178                .setIcon(JOptionPane.INFORMATION_MESSAGE)
Note: See TracChangeset for help on using the changeset viewer.