Changeset 12791 in josm
- Timestamp:
- 2017-09-08T21:19:42+02:00 (7 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/tools/bugreport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/bugreport/BugReportQueue.java
r12790 r12791 20 20 21 21 /** 22 * The fallback bug report handler if none is set. Prints the stacktrace on standard output.22 * The fallback bug report handler if none is set. Prints the stacktrace on standard error stream. 23 23 * @since 12770 24 24 */ -
trunk/src/org/openstreetmap/josm/tools/bugreport/BugReportSender.java
r12790 r12791 58 58 /** 59 59 * The fallback bug report sending handler if none is set. 60 * @since xxx60 * @since 12790 61 61 */ 62 62 public static final BugReportSendingHandler FALLBACK_BUGREPORT_SENDING_HANDLER = new BugReportSendingHandler() {
Note:
See TracChangeset
for help on using the changeset viewer.