Changeset 18051 in josm for trunk/scripts


Ignore:
Timestamp:
2021-07-17T17:24:53+02:00 (4 years ago)
Author:
Don-vip
Message:

upgrade to checkstyle 8.43, fix violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/TagInfoExtract.java

    r18016 r18051  
    293293        }
    294294
    295         private void fillTagsMap(Map<Tag, TagInfoTag> optionalTags, KeyedItem item, String value, String presetName, Set<TagInfoTag.Type> types, String descriptionPrefix, String iconUrl) {
     295        private void fillTagsMap(Map<Tag, TagInfoTag> optionalTags, KeyedItem item, String value,
     296                String presetName, Set<TagInfoTag.Type> types, String descriptionPrefix, String iconUrl) {
    296297            optionalTags.compute(new Tag(item.key, value), (osmTag, tagInfoTag) -> {
    297298                if (tagInfoTag == null) {
Note: See TracChangeset for help on using the changeset viewer.