Changeset 16604 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-06-11T19:05:14+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TaginfoAction.java
r16597 r16604 66 66 } 67 67 68 private static Supplier<Tag> getTagSupplier(JTable tagTable, IntFunction<String> tagKeySupplier, IntFunction<Map<String, Integer>> tagValuesSupplier) { 68 private static Supplier<Tag> getTagSupplier(JTable tagTable, IntFunction<String> tagKeySupplier, 69 IntFunction<Map<String, Integer>> tagValuesSupplier) { 69 70 Objects.requireNonNull(tagTable); 70 71 Objects.requireNonNull(tagKeySupplier);
Note:
See TracChangeset
for help on using the changeset viewer.