Changeset 11796 in josm for trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java
- Timestamp:
- 2017-03-31T00:08:09+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java
r11553 r11796 15 15 import java.util.Collection; 16 16 import java.util.Date; 17 import java.util.Objects; 17 18 import java.util.Optional; 18 19 import java.util.TreeSet; … … 657 658 */ 658 659 public static String explainOsmTransferException(OsmTransferException e) { 660 Objects.requireNonNull(e, "e"); 659 661 if (getNestedException(e, SecurityException.class) != null) 660 662 return explainSecurityException(e);
Note:
See TracChangeset
for help on using the changeset viewer.
