Changeset 7556 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2014-09-18T02:23:15+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r7473 r7556 625 625 return new AbstractList<B>() { 626 626 627 628 627 @Override 629 628 public int size() { … … 635 634 return f.apply(l.get(index)); 636 635 } 637 638 639 636 }; 640 637 }
Note:
See TracChangeset
for help on using the changeset viewer.