Ignore:
Timestamp:
2016-08-03T15:39:00+02:00 (8 years ago)
Author:
simon04
Message:

see #11390, see #12890 - Lambda can be replaced with method reference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/imagery/WMSImagery.java

    r10670 r10717  
    234234
    235235            formats = getChildrenStream(child, "Format")
    236                     .map(x -> x.getTextContent())
     236                    .map(Node::getTextContent)
    237237                    .filter(WMSImagery::isImageFormatSupportedWarn)
    238238                    .collect(Collectors.toList());
Note: See TracChangeset for help on using the changeset viewer.