mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
Suppress warnings about missing serialVersionUIDs for the whole project.
This commit is contained in:
parent
6d27f3aa4e
commit
95d0a31675
26 changed files with 27 additions and 0 deletions
|
@ -103,6 +103,7 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
private boolean stationBoardHasLocation = false;
|
||||
private boolean stationBoardCanDoEquivs = true;
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
private static class Context implements QueryTripsContext
|
||||
{
|
||||
public final String laterContext;
|
||||
|
@ -127,6 +128,7 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
public static class QueryTripsBinaryContext implements QueryTripsContext
|
||||
{
|
||||
public final String ident;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue