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/tagging/ac/AutoCompletingTextField.java

    r8510 r8513  
    9191                } catch (NumberFormatException e) {
    9292                    // either the new text or the current text isn't a number. We continue with autocompletion
     93                    if (Main.isTraceEnabled()) {
     94                        Main.trace(e.getMessage());
     95                    }
    9396                }
    9497            }
Note: See TracChangeset for help on using the changeset viewer.