Changeset 17303 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2020-11-08T14:42:07+01:00 (3 years ago)
Author:
GerdP
Message:

fix sonarlint issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/DistributeAction.java

    r17188 r17303  
    191191     * @return true in this case
    192192     */
    193     private static Boolean checkDistributeNodes(Collection<Way> ways, Collection<Node> nodes) {
     193    private static boolean checkDistributeNodes(Collection<Way> ways, Collection<Node> nodes) {
    194194        return ways.isEmpty() && nodes.size() >= 3;
    195195    }
Note: See TracChangeset for help on using the changeset viewer.