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/gui/help/HelpContentReader.java

    r8510 r8513  
    1010import java.nio.charset.StandardCharsets;
    1111
     12import org.openstreetmap.josm.Main;
    1213import org.openstreetmap.josm.tools.Utils;
    1314import org.openstreetmap.josm.tools.WikiReader;
     
    6263                } catch (IOException e1) {
    6364                    // ignore
     65                    if (Main.isTraceEnabled()) {
     66                        Main.trace(e1.getMessage());
     67                    }
    6468                }
    6569            }
Note: See TracChangeset for help on using the changeset viewer.