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/tools/Geometry.java

    r12382 r12620  
    932932            outerInner = MultipolygonBuilder.joinWays(multiPolygon);
    933933        } catch (MultipolygonBuilder.JoinedPolygonCreationException ex) {
    934             Main.trace(ex);
    935             Main.debug("Invalid multipolygon " + multiPolygon);
     934            Logging.trace(ex);
     935            Logging.debug("Invalid multipolygon " + multiPolygon);
    936936            return false;
    937937        }
Note: See TracChangeset for help on using the changeset viewer.