Changeset 10745 in josm
- Timestamp:
- 2016-08-06T16:21:16+02:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/datatransfer/data/OsmLayerTransferData.java
r10605 r10745 20 20 /** 21 21 * This is a data flavor specific for OSM data layers. 22 * <p>23 22 * @see LayerTransferData#FLAVOR 24 23 * @see #FLAVORS -
trunk/src/org/openstreetmap/josm/tools/bugreport/BugReport.java
r10649 r10745 29 29 * ... your code ... 30 30 * } catch (RuntimeException t) { 31 * throw BugReport.intercept(t).put("id", id).put("tag", () - >x.getTag());31 * throw BugReport.intercept(t).put("id", id).put("tag", () -> x.getTag()); 32 32 * } 33 33 * </pre>
Note:
See TracChangeset
for help on using the changeset viewer.