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/command/conflict/ConflictResolveCommand.java

    r10364 r12620  
    1111import org.openstreetmap.josm.data.conflict.ConflictCollection;
    1212import org.openstreetmap.josm.gui.layer.OsmDataLayer;
     13import org.openstreetmap.josm.tools.Logging;
    1314
    1415/**
     
    7273        if (Main.isDisplayingMapView()) {
    7374            if (!Main.getLayerManager().containsLayer(getLayer())) {
    74                 Main.warn(tr("Cannot undo command ''{0}'' because layer ''{1}'' is not present any more",
     75                Logging.warn(tr("Cannot undo command ''{0}'' because layer ''{1}'' is not present any more",
    7576                        this.toString(),
    7677                        getLayer().toString()
Note: See TracChangeset for help on using the changeset viewer.