Ignore:
Timestamp:
2014-01-06T16:39:45+01:00 (10 years ago)
Author:
Don-vip
Message:

global replacement of e.printStackTrace() by Main.error(e)

File:
1 edited

Legend:

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

    r6248 r6643  
    357357                }
    358358            } catch (InterruptedException e) {
    359                 e.printStackTrace();
     359                Main.error(e);
    360360            } catch (ExecutionException e) {
    361                 e.printStackTrace();
     361                Main.error(e);
    362362            }
    363363        }
Note: See TracChangeset for help on using the changeset viewer.