Skip to content

Commit

Permalink
add missing java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Dec 7, 2024
1 parent c1c7a20 commit af74b60
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

import java.util.List;

/**
* Scoring function that assigns a pseudo-random score to each trip.
*/
public class PseudoRandomTripScoring implements SumScoringFunction.TripScoring {

private static final Logger log = LogManager.getLogger(PseudoRandomTripScoring.class);
Expand Down

0 comments on commit af74b60

Please sign in to comment.