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/actions/JoinAreasAction.java

    r12602 r12620  
    4646import org.openstreetmap.josm.tools.Geometry;
    4747import org.openstreetmap.josm.tools.JosmRuntimeException;
     48import org.openstreetmap.josm.tools.Logging;
    4849import org.openstreetmap.josm.tools.Pair;
    4950import org.openstreetmap.josm.tools.Shortcut;
     
    564565            }
    565566        } catch (UserCancelException exception) {
    566             Main.trace(exception);
     567            Logging.trace(exception);
    567568            //revert changes
    568569            //FIXME: this is dirty hack
     
    735736            return true;
    736737        } catch (UserCancelException ex) {
    737             Main.trace(ex);
     738            Logging.trace(ex);
    738739            return false;
    739740        }
Note: See TracChangeset for help on using the changeset viewer.