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

    r12218 r12620  
    1515import javax.swing.text.html.ImageView;
    1616
    17 import org.openstreetmap.josm.Main;
    1817import org.openstreetmap.josm.tools.ImageProvider;
     18import org.openstreetmap.josm.tools.Logging;
    1919import org.openstreetmap.josm.tools.Utils;
    2020
     
    6868            }
    6969        } catch (IllegalArgumentException | ReflectiveOperationException | SecurityException e) {
    70            Main.error(e);
     70           Logging.error(e);
    7171       }
    7272    }
Note: See TracChangeset for help on using the changeset viewer.