Changeset 10745 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2016-08-06T16:21:16+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.