Skip to content

Commit 5151053

Browse files
Update JavaDoc
1 parent 44fe92c commit 5151053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/src/ext/java/org/opentripplanner/ext/fares/model/FareTransferRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public boolean containsWildCard() {
5454
}
5555

5656
/**
57-
* Returns true if there is no limit on the number of transfers.
57+
* Returns true if there is no limit on the number of transfers or if limit unknown.
5858
*/
5959
public boolean unlimitedTransfers() {
6060
return transferCount == UNLIMITED_TRANSFERS;

0 commit comments

Comments
 (0)