Skip to content

Commit

Permalink
Break is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
gabortim committed Dec 20, 2023
1 parent db741d5 commit 6068544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/openstreetmap/josm/data/osm/NodeGraph.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static List<NodePair> buildNodePairs(Way way, boolean directed) {
/**
* Builds a list of pair of nodes from the given ways.
* @param ways ways
* @param directed if {@code true} each pair of nodes will occur once, in the way nodes order.<p>
* @param directed if {@code true} each pair of nodes will occur once, in the way nodes order.<br>
* if {@code false} each pair of nodes will occur twice (the pair and its inverse copy)
* @return a list of pair of nodes from the given ways
*/
Expand Down

0 comments on commit 6068544

Please sign in to comment.