Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Apr 18, 2024
1 parent 165e8cf commit 355b287
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ public Stream<FlexAccessTemplate> getFlexAccessTemplates(
}

/**
* Get the correct {@link FlexPathCalculator} depending on the {@code durationModified}.
* If the modifier doesn't actually modify, we don't
* Get the correct {@link FlexPathCalculator} depending on the {@code durationModifier}.
* If the modifier doesn't actually modify, we return the regular calculator.
*/
protected FlexPathCalculator flexPathCalculator(FlexPathCalculator calculator) {
if (!durationModifier.isZero()) {
Expand Down

0 comments on commit 355b287

Please sign in to comment.