Changeset 16604 in josm for trunk/src


Ignore:
Timestamp:
2020-06-11T19:05:14+02:00 (4 years ago)
Author:
simon04
Message:

Checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TaginfoAction.java

    r16597 r16604  
    6666    }
    6767
    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) {
    6970        Objects.requireNonNull(tagTable);
    7071        Objects.requireNonNull(tagKeySupplier);
Note: See TracChangeset for help on using the changeset viewer.