Ignore:
Timestamp:
2014-09-18T02:23:15+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #8262 - Relation editor: filter autocompletion of roles by relation type

File:
1 edited

Legend:

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

    r7473 r7556  
    625625        return new AbstractList<B>() {
    626626
    627 
    628627            @Override
    629628            public int size() {
     
    635634                return f.apply(l.get(index));
    636635            }
    637 
    638 
    639636        };
    640637    }
Note: See TracChangeset for help on using the changeset viewer.