All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.pvanassen.ns.model.stations.Stations Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package nl.pvanassen.ns.model.stations;

import nl.pvanassen.ns.model.NsResultListWrapper;

import java.util.List;

/**
 * @author Paul van Assen
 */
public class Stations extends NsResultListWrapper {
    Stations(List stations) {
        super(stations);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy