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/dialogs/relation/RelationEditor.java

    r10212 r12620  
    1717import org.openstreetmap.josm.gui.layer.OsmDataLayer;
    1818import org.openstreetmap.josm.tools.CheckParameterUtil;
     19import org.openstreetmap.josm.tools.Logging;
    1920
    2021/**
     
    107108                }
    108109            } catch (ReflectiveOperationException ex) {
    109                 Main.warn(ex);
     110                Logging.warn(ex);
    110111            }
    111112        }
Note: See TracChangeset for help on using the changeset viewer.