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/plugins/PluginListParser.java

    r11381 r12620  
    1313import java.util.List;
    1414
    15 import org.openstreetmap.josm.Main;
     15import org.openstreetmap.josm.tools.Logging;
    1616
    1717/**
     
    103103            }
    104104        } catch (PluginListParseException ex) {
    105             Main.error(ex);
     105            Logging.error(ex);
    106106        }
    107107    }
Note: See TracChangeset for help on using the changeset viewer.