Skip to content

Commit

Permalink
improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Feb 5, 2025
1 parent 456dbbf commit 3b0c8f6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
import java.util.Map;

/**
* Event handler to count the number of passengers using public transport services.
*
* Event handler to count the number of passengers using public transport services differentiated by vehicle type.
* Passenger will be counted once per vehicle type per trip.
*/
public class PtPassengerCountsEventHandler implements PersonEntersVehicleEventHandler, ActivityEndEventHandler {
Expand Down

0 comments on commit 3b0c8f6

Please sign in to comment.