Changeset 17303 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-11-08T14:42:07+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DistributeAction.java
r17188 r17303 191 191 * @return true in this case 192 192 */ 193 private static Boolean checkDistributeNodes(Collection<Way> ways, Collection<Node> nodes) {193 private static boolean checkDistributeNodes(Collection<Way> ways, Collection<Node> nodes) { 194 194 return ways.isEmpty() && nodes.size() >= 3; 195 195 }
Note:
See TracChangeset
for help on using the changeset viewer.