Ignore:
Timestamp:
2014-02-01T03:18:43+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/imagery/HTMLGrabber.java

    r6316 r6798  
    4545            browser = builder.start();
    4646        } catch (IOException ioe) {
    47             throw new IOException( "Could not start browser. Please check that the executable path is correct.\n" + ioe.getMessage() );
     47            throw new IOException("Could not start browser. Please check that the executable path is correct.\n" + ioe.getMessage(), ioe);
    4848        }
    4949
Note: See TracChangeset for help on using the changeset viewer.