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/preferences/projection/CustomProjectionChoice.java

    r12148 r12620  
    3333import org.openstreetmap.josm.tools.GBC;
    3434import org.openstreetmap.josm.tools.ImageProvider;
     35import org.openstreetmap.josm.tools.Logging;
    3536
    3637/**
     
    104105                        test.update(input.getText());
    105106                    } catch (ProjectionConfigurationException ex) {
    106                         Main.warn(ex);
     107                        Logging.warn(ex);
    107108                        error = ex.getMessage();
    108109                        valStatus.setIcon(ImageProvider.get("data", "error"));
Note: See TracChangeset for help on using the changeset viewer.