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/widgets/AbstractIdTextField.java

    r10604 r12620  
    44import javax.swing.text.JTextComponent;
    55
    6 import org.openstreetmap.josm.Main;
    76import org.openstreetmap.josm.gui.datatransfer.ClipboardUtils;
     7import org.openstreetmap.josm.tools.Logging;
    88
    99/**
     
    3939            }
    4040        } catch (ReflectiveOperationException e) {
    41             Main.error(e);
     41            Logging.error(e);
    4242        } finally {
    4343            this.validator = validator;
Note: See TracChangeset for help on using the changeset viewer.