Ignore:
Timestamp:
2015-06-21T02:25:56+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: blocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/I18n.java

    r8510 r8513  
    482482        } catch (IOException e) {
    483483            // Ignore
     484            if (Main.isTraceEnabled()) {
     485                Main.trace(e.getMessage());
     486            }
    484487        }
    485488    }
     
    511514        } catch (IOException e) {
    512515            // Ignore exception
     516            if (Main.isTraceEnabled()) {
     517                Main.trace(e.getMessage());
     518            }
    513519        }
    514520        return false;
Note: See TracChangeset for help on using the changeset viewer.