package net.cbaines.suma; import java.util.Date; public class StopLoading extends Stop { public StopLoading(Bus bus, BusStop busStop, Date arivalTime, Date timeOfFetch, boolean live) { super(bus, busStop, arivalTime, timeOfFetch, live); } }