We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fe92c commit 5151053Copy full SHA for 5151053
1 file changed
application/src/ext/java/org/opentripplanner/ext/fares/model/FareTransferRule.java
@@ -54,7 +54,7 @@ public boolean containsWildCard() {
54
}
55
56
/**
57
- * Returns true if there is no limit on the number of transfers.
+ * Returns true if there is no limit on the number of transfers or if limit unknown.
58
*/
59
public boolean unlimitedTransfers() {
60
return transferCount == UNLIMITED_TRANSFERS;
0 commit comments