Ignore:
Timestamp:
2015-05-18T23:34:11+02:00 (11 years ago)
Author:
Don-vip
Message:
  • global use of String.isEmpty()
  • Correctness - Method throws alternative exception from catch block without history
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/AddWayHandler.java

    r8332 r8394  
    104104                allCoordinates.add(new LatLon(lat, lon));
    105105            } catch (NumberFormatException e) {
    106                 throw new RequestHandlerBadRequestException("NumberFormatException ("+e.getMessage()+")");
     106                throw new RequestHandlerBadRequestException("NumberFormatException ("+e.getMessage()+")", e);
    107107            }
    108108        }
Note: See TracChangeset for help on using the changeset viewer.