Suppress warnings about missing serialVersionUIDs for the whole project.

This commit is contained in:
Andreas Schildbach 2015-03-12 13:18:46 +01:00
parent 6d27f3aa4e
commit 95d0a31675
26 changed files with 27 additions and 0 deletions

View file

@ -98,6 +98,7 @@ public abstract class AbstractNavitiaProvider extends AbstractNetworkProvider
BUS, TRAIN, TRAM, TRAMWAY, METRO, FERRY, CABLECAR, RAPIDTRANSIT, FUNICULAR, DEFAULT_COMMERCIAL_MODE
}
@SuppressWarnings("serial")
private static class Context implements QueryTripsContext
{
private final Location from;