mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
fixed missing final
This commit is contained in:
parent
9286139ab6
commit
415c266d6e
40 changed files with 40 additions and 40 deletions
|
@ -66,7 +66,7 @@ public interface NetworkProvider
|
|||
|
||||
NetworkId id();
|
||||
|
||||
boolean hasCapabilities(Capability... capabilities);
|
||||
boolean hasCapabilities(final Capability... capabilities);
|
||||
|
||||
/**
|
||||
* Determine stations near to given location. At least one of stationId or lat/lon pair must be present.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue