Ignore:
Timestamp:
2015-06-03T14:05:30+02:00 (9 years ago)
Author:
Don-vip
Message:

global use of String.isEmpty()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/ac/AutoCompletingComboBox.java

    r8441 r8461  
    104104                try {
    105105                    Long.parseLong(str);
    106                     if (curText.length() != 0)
     106                    if (!curText.isEmpty())
    107107                        Long.parseLong(curText);
    108108                    item = lookupItem(curText, true);
Note: See TracChangeset for help on using the changeset viewer.