Changeset 16364 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-04-20T11:06:25+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Node.java
r16361 r16364 357 357 * @param predicate predicate to match 358 358 * @return {@code true} if {@code this} node mets the conditions 359 * @deprecated :Was used by UnconnectedWays test359 * @deprecated Was used by UnconnectedWays test 360 360 */ 361 361 @Deprecated … … 368 368 : isConnectedTo(otherNodes, hops, predicate, new TreeSet<>()); 369 369 } 370 370 371 @Deprecated 371 372 private boolean isConnectedTo(final Collection<Node> otherNodes, final int hops, Predicate<Node> predicate, Set<Node> visited) {
Note:
See TracChangeset
for help on using the changeset viewer.