fixed missing final

This commit is contained in:
Andreas Schildbach 2012-09-02 22:53:17 +02:00
parent 9286139ab6
commit 415c266d6e
40 changed files with 40 additions and 40 deletions

View file

@ -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.