Changeset 10214 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2016-05-15T12:43:59+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/bugreport/BugReportExceptionHandler.java
r10212 r10214 166 166 * @param e the exception 167 167 */ 168 public static void handleException(final Throwable e) {168 public static synchronized void handleException(final Throwable e) { 169 169 if (handlingInProgress || suppressExceptionDialogs) 170 170 return; // we do not handle secondary exceptions, this gets too messy
Note:
See TracChangeset
for help on using the changeset viewer.