Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
VillePihlava committed Dec 15, 2024
1 parent c75b0a2 commit 18215a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public List<Edge> getEdges() {
return edges;
}

/** Check if the given mode is a valid mode for the transfer. */
public boolean allowsMode(StreetMode mode) {
return modes.contains(mode);
}
Expand Down

0 comments on commit 18215a9

Please sign in to comment.