Changeset 33530 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/TheRing.java
- Timestamp:
- 2017-08-26T02:16:05+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/TheRing.java
r32398 r33530 24 24 import org.openstreetmap.josm.tools.Geometry; 25 25 import org.openstreetmap.josm.tools.Geometry.PolygonIntersection; 26 import org.openstreetmap.josm.tools.Logging; 26 27 27 28 /** … … 431 432 432 433 private static void log(String s) { 433 Main.debug(s);434 Logging.debug(s); 434 435 } 435 436
Note:
See TracChangeset
for help on using the changeset viewer.
